about summary refs log tree commit diff
path: root/src/screens/Deactivated.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-04-03 00:22:06 +0100
committerGitHub <noreply@github.com>2025-04-02 16:22:06 -0700
commit8d1f97b5ffac5d86762f1d4e9384ff3097acbc52 (patch)
tree07c770c6a9df83c04526ec1f58dcbe0d2cba3b80 /src/screens/Deactivated.tsx
parent4a7fa07e870c1afd506c2853a72929b0be27c13b (diff)
downloadvoidsky-8d1f97b5ffac5d86762f1d4e9384ff3097acbc52.tar.zst
Tweak copy to remove remaining uses of `sign up` (#7987)
* tweak copy in Deactivated.tsx

* tweak copy in Policies.tsx

* tweak comment in createNativeStackNavigatorWithAuth.tsx

* tweak copy in LoginForm.tsx

* tweak copy in StarterPackLandingScreen.tsx

* format

* Apply suggestions from code review

Co-authored-by: Hailey <hailey@blueskyweb.xyz>

* Update src/screens/StarterPack/StarterPackLandingScreen.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>

* Update src/screens/StarterPack/StarterPackLandingScreen.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>

---------

Co-authored-by: Hailey <hailey@blueskyweb.xyz>
Diffstat (limited to 'src/screens/Deactivated.tsx')
-rw-r--r--src/screens/Deactivated.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Deactivated.tsx b/src/screens/Deactivated.tsx
index c98967364..22b9d9d2f 100644
--- a/src/screens/Deactivated.tsx
+++ b/src/screens/Deactivated.tsx
@@ -200,13 +200,13 @@ export function Deactivated() {
                 <Trans>Or, continue with another account.</Trans>
               </Text>
               <Button
-                label={_(msg`Sign in or sign up`)}
+                label={_(msg`Sign in or create an account`)}
                 size="large"
                 variant="solid"
                 color="secondary"
                 onPress={() => setShowLoggedOut(true)}>
                 <ButtonText>
-                  <Trans>Sign in or sign up</Trans>
+                  <Trans>Sign in or create an account</Trans>
                 </ButtonText>
               </Button>
             </>