about summary refs log tree commit diff
path: root/src/screens/Takendown.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Takendown.tsx')
-rw-r--r--src/screens/Takendown.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Takendown.tsx b/src/screens/Takendown.tsx
index 5eb787e80..c714a775e 100644
--- a/src/screens/Takendown.tsx
+++ b/src/screens/Takendown.tsx
@@ -82,10 +82,10 @@ export function Takendown() {
         variant="solid"
         size="large"
         color="secondary_inverted"
-        label={_(msg`Log out`)}
+        label={_(msg`Sign out`)}
         onPress={() => logoutCurrentAccount('Takendown')}>
         <ButtonText>
-          <Trans>Log Out</Trans>
+          <Trans>Sign Out</Trans>
         </ButtonText>
       </Button>
     )