diff options
Diffstat (limited to 'src/view/com/auth/SplashScreen.web.tsx')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 4 |
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} /> |