diff options
Diffstat (limited to 'src/view/com/modals/EditProfile.tsx')
-rw-r--r-- | src/view/com/modals/EditProfile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/EditProfile.tsx b/src/view/com/modals/EditProfile.tsx index ab4d7f563..3049ad5b8 100644 --- a/src/view/com/modals/EditProfile.tsx +++ b/src/view/com/modals/EditProfile.tsx @@ -68,7 +68,7 @@ export function Component({profileView}: {profileView: ProfileViewModel}) { /> </View> <View style={styles.group}> - <Text style={styles.label}>Biography</Text> + <Text style={styles.label}>Description</Text> <TextInput style={[styles.textArea]} placeholder="e.g. Artist, dog-lover, and memelord." |