'Log in' to 'Sign in' (#9875)
This commit is contained in:
@@ -72,9 +72,9 @@ export function BirthDateSettingsDialog({
|
|||||||
) : isUsingAppPassword ? (
|
) : isUsingAppPassword ? (
|
||||||
<Admonition type="info">
|
<Admonition type="info">
|
||||||
<Trans>
|
<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
|
<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.
|
password, or ask whomever controls this account to do so.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Admonition>
|
</Admonition>
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ export const LoginForm = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FormContainer testID="loginForm" titleText={<Trans>Log in</Trans>}>
|
<FormContainer testID="loginForm" titleText={<Trans>Sign in</Trans>}>
|
||||||
<View>
|
<View>
|
||||||
<TextField.LabelText>
|
<TextField.LabelText>
|
||||||
<Trans>Hosting provider</Trans>
|
<Trans>Hosting provider</Trans>
|
||||||
@@ -346,13 +346,13 @@ export const LoginForm = ({
|
|||||||
) : (
|
) : (
|
||||||
<Button
|
<Button
|
||||||
testID="loginNextButton"
|
testID="loginNextButton"
|
||||||
label={_(msg`Log in`)}
|
label={_(msg`Sign in`)}
|
||||||
accessibilityHint={_(msg`Navigates to the next screen`)}
|
accessibilityHint={_(msg`Navigates to the next screen`)}
|
||||||
color="primary"
|
color="primary"
|
||||||
size="large"
|
size="large"
|
||||||
onPress={onPressNext}>
|
onPress={onPressNext}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Log in</Trans>
|
<Trans>Sign in</Trans>
|
||||||
</ButtonText>
|
</ButtonText>
|
||||||
{isProcessing && <ButtonIcon icon={Loader} />}
|
{isProcessing && <ButtonIcon icon={Loader} />}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user