about summary refs log tree commit diff
path: root/src/screens/Deactivated.tsx
diff options
context:
space:
mode:
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>
             </>