Various case and text fixes. (#757)

* Various case and text fixes.

* Update some labels per requested changes.

---------

Co-authored-by: Ansh <anshnanda10@gmail.com>
This commit is contained in:
Markus Amalthea Magnuson 2023-06-13 20:35:13 +02:00 committed by GitHub
parent 37782ae60b
commit c060cd4158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 24 additions and 24 deletions

View file

@ -68,7 +68,7 @@ export function Component({}: {}) {
<View style={[styles.innerContainer, pal.view]}>
<View style={[styles.titleContainer, pal.view]}>
<Text type="title-xl" style={[s.textCenter, pal.text]}>
Delete account
Delete Account
</Text>
<View style={[pal.view, s.flexRow]}>
<Text type="title-xl" style={[pal.text, s.bold]}>
@ -93,7 +93,7 @@ export function Component({}: {}) {
<>
<Text type="lg" style={[styles.description, pal.text]}>
For security reasons, we'll need to send a confirmation code to
your email.
your email address.
</Text>
{error ? (
<View style={s.mt10}>
@ -121,7 +121,7 @@ export function Component({}: {}) {
end={{x: 1, y: 1}}
style={[styles.btn]}>
<Text type="button-lg" style={[s.white, s.bold]}>
Send email
Send Email
</Text>
</LinearGradient>
</TouchableOpacity>