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:
parent
37782ae60b
commit
c060cd4158
13 changed files with 24 additions and 24 deletions
|
@ -184,9 +184,9 @@ export function Component({}: {}) {
|
|||
</Text>
|
||||
) : (
|
||||
<Text type="xs" style={[pal.textLight, s.mb10, s.mt2]}>
|
||||
Only contain letters, numbers, spaces, dashes, and underscores
|
||||
allowed. Must be at least 4 characters long, but no more than 32
|
||||
characters long.
|
||||
Can only contain letters, numbers, spaces, dashes, and underscores.
|
||||
Must be at least 4 characters long, but no more than 32 characters
|
||||
long.
|
||||
</Text>
|
||||
)}
|
||||
<View style={styles.btnContainer}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue