'Log in' to 'Sign in' (#9875)
This commit is contained in:
@@ -72,9 +72,9 @@ export function BirthDateSettingsDialog({
|
||||
) : isUsingAppPassword ? (
|
||||
<Admonition type="info">
|
||||
<Trans>
|
||||
Hmm, it looks like you're logged in with an{' '}
|
||||
Hmm, it looks like you're signed in with an{' '}
|
||||
<Span style={[a.italic]}>App Password</Span>. To set your
|
||||
birthdate, you'll need to log in with your main account
|
||||
birthdate, you'll need to sign in with your main account
|
||||
password, or ask whomever controls this account to do so.
|
||||
</Trans>
|
||||
</Admonition>
|
||||
|
||||
@@ -175,7 +175,7 @@ export const LoginForm = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<FormContainer testID="loginForm" titleText={<Trans>Log in</Trans>}>
|
||||
<FormContainer testID="loginForm" titleText={<Trans>Sign in</Trans>}>
|
||||
<View>
|
||||
<TextField.LabelText>
|
||||
<Trans>Hosting provider</Trans>
|
||||
@@ -346,13 +346,13 @@ export const LoginForm = ({
|
||||
) : (
|
||||
<Button
|
||||
testID="loginNextButton"
|
||||
label={_(msg`Log in`)}
|
||||
label={_(msg`Sign in`)}
|
||||
accessibilityHint={_(msg`Navigates to the next screen`)}
|
||||
color="primary"
|
||||
size="large"
|
||||
onPress={onPressNext}>
|
||||
<ButtonText>
|
||||
<Trans>Log in</Trans>
|
||||
<Trans>Sign in</Trans>
|
||||
</ButtonText>
|
||||
{isProcessing && <ButtonIcon icon={Loader} />}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user