about summary refs log tree commit diff
path: root/src/view/com/auth/SplashScreen.web.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-26 15:36:53 +0000
committerGitHub <noreply@github.com>2025-02-26 07:36:53 -0800
commitb996b304c35fdaffb10bafdb28c78f1c54e53771 (patch)
tree768b0e8c86b409be80e0095fde8502b16220a3de /src/view/com/auth/SplashScreen.web.tsx
parentec75cbc01f2489f6a97203142cdb6e4788a519a8 (diff)
downloadvoidsky-b996b304c35fdaffb10bafdb28c78f1c54e53771.tar.zst
Tweak accessibility label and add translation comment (#7843)
* make label clearer

* add translation comment
Diffstat (limited to 'src/view/com/auth/SplashScreen.web.tsx')
-rw-r--r--src/view/com/auth/SplashScreen.web.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx
index 21b289e2c..30ebb391f 100644
--- a/src/view/com/auth/SplashScreen.web.tsx
+++ b/src/view/com/auth/SplashScreen.web.tsx
@@ -175,7 +175,9 @@ function Footer() {
       <InlineLinkText
         label={_(msg`See jobs at Bluesky`)}
         to="https://bsky.social/about/join">
-        <Trans>Jobs</Trans>
+        <Trans comment="Link to a page with job openings at Bluesky">
+          Jobs
+        </Trans>
       </InlineLinkText>
 
       <View style={a.flex_1} />