Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ function Inner({
|
||||
<View style={[a.gap_md]}>
|
||||
<View>
|
||||
<TextField.LabelText>
|
||||
<Trans>Confirmation Code</Trans>
|
||||
<Trans>Confirmation code</Trans>
|
||||
</TextField.LabelText>
|
||||
<TextField.Root>
|
||||
<TextField.Input
|
||||
@@ -241,7 +241,7 @@ function Inner({
|
||||
disabled={isProcessing}
|
||||
onPress={onPressSendEmail}>
|
||||
<ButtonText>
|
||||
<Trans>Send Email</Trans>
|
||||
<Trans>Send email</Trans>
|
||||
</ButtonText>
|
||||
{isProcessing && <ButtonIcon icon={Loader} />}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user