diff options
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r-- | src/view/screens/Settings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index c73653713..1571a6142 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -331,8 +331,8 @@ export const SettingsScreen = withAuthRequired( style={pal.text as FontAwesomeIconStyle} /> </View> - <Text type="lg" style={pal.text}> - Change my handle + <Text type="lg" style={pal.text} numberOfLines={1}> + Change handle </Text> </TouchableOpacity> <View style={styles.spacer20} /> |