Update SetNewPasswordForm.tsx (#8349)
This commit is contained in:
@@ -112,7 +112,9 @@ export const SetNewPasswordForm = ({
|
|||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<View>
|
<View>
|
||||||
<TextField.LabelText>Reset code</TextField.LabelText>
|
<TextField.LabelText>
|
||||||
|
<Trans>Reset code</Trans>
|
||||||
|
</TextField.LabelText>
|
||||||
<TextField.Root>
|
<TextField.Root>
|
||||||
<TextField.Icon icon={Ticket} />
|
<TextField.Icon icon={Ticket} />
|
||||||
<TextField.Input
|
<TextField.Input
|
||||||
@@ -135,7 +137,9 @@ export const SetNewPasswordForm = ({
|
|||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View>
|
<View>
|
||||||
<TextField.LabelText>New password</TextField.LabelText>
|
<TextField.LabelText>
|
||||||
|
<Trans>New password</Trans>
|
||||||
|
</TextField.LabelText>
|
||||||
<TextField.Root>
|
<TextField.Root>
|
||||||
<TextField.Icon icon={Lock} />
|
<TextField.Icon icon={Lock} />
|
||||||
<TextField.Input
|
<TextField.Input
|
||||||
|
|||||||
Reference in New Issue
Block a user