Update copy

This commit is contained in:
Eric Bailey
2025-05-07 09:29:24 -05:00
parent 2b490249ad
commit cb9e343e26
@@ -317,7 +317,7 @@ export function Verify({config}: ScreenProps<ScreenID.Verify>) {
{state.error && <Admonition type="error">{state.error}</Admonition>} {state.error && <Admonition type="error">{state.error}</Admonition>}
<Button <Button
label={_(msg`Verify`)} label={_(msg`Verify code`)}
size="large" size="large"
variant="solid" variant="solid"
color="primary" color="primary"
@@ -334,9 +334,9 @@ export function Verify({config}: ScreenProps<ScreenID.Verify>) {
<Text <Text
style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}> style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}>
<Trans> <Trans>
Don't have a code?{' '} Don't have a code or need a new one?{' '}
<InlineLinkText <InlineLinkText
label={_(msg`Enter code`)} label={_(msg`Click here to restart the verification process.`)}
{...createStaticClick(() => { {...createStaticClick(() => {
dispatch({ dispatch({
type: 'setStep', type: 'setStep',