[ELI5] change sign in to create account (#6931)

* change sign in to create account

* alf buttons on native bottom bar

* manually edit .po file
This commit is contained in:
Samuel Newman
2025-01-08 22:13:24 +00:00
committed by GitHub
parent 7c8c78b18f
commit a0393fcd48
35 changed files with 65 additions and 63 deletions
+2 -2
View File
@@ -44,12 +44,12 @@ let NavSignupCard = ({}: {}): React.ReactNode => {
<View style={[a.flex_row, a.flex_wrap, a.gap_sm, a.pt_md]}>
<Button
onPress={showCreateAccount}
label={_(msg`Sign up`)}
label={_(msg`Create account`)}
size="small"
variant="solid"
color="primary">
<ButtonText>
<Trans>Sign up</Trans>
<Trans>Create account</Trans>
</ButtonText>
</Button>
<Button