diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-15 09:19:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 09:19:22 +0900 |
commit | a7661b1f6fa38cec33465ce83f3a40afbeffa65a (patch) | |
tree | 5bd27a09ed4a567b209c5aa8ce8063a74150dac8 /src | |
parent | 44259948ccb290c2a52496491c4a8d1cbbd071ef (diff) | |
download | voidsky-a7661b1f6fa38cec33465ce83f3a40afbeffa65a.tar.zst |
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
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 |