diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/screens/Settings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index daabf6dea..a4224290f 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -731,7 +731,7 @@ export function SettingsScreen({}: Props) { accessibilityRole="button" accessibilityLabel={_(msg`Change password`)} accessibilityHint={_( - msg`Opens modal for change your Bluesky password`, + msg`Opens modal for changing your Bluesky password`, )}> <View style={[styles.iconContainer, pal.btn]}> <FontAwesomeIcon |