diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-15 09:19:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 09:19:28 +0900 |
commit | 3f1a85198ae102ff0661f2bb1c7474dc15a5ed5f (patch) | |
tree | 2690496f46540818541a53788c708462a98bc878 | |
parent | a7661b1f6fa38cec33465ce83f3a40afbeffa65a (diff) | |
download | voidsky-3f1a85198ae102ff0661f2bb1c7474dc15a5ed5f.tar.zst |
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
-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 a4224290f..461c378d2 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -754,7 +754,7 @@ export function SettingsScreen({}: Props) { accessibilityRole="button" accessibilityLabel={_(msg`Export my data`)} accessibilityHint={_( - msg`Opens modal for download Bluesky account data (repository)`, + msg`Opens modal for downloading Bluesky account data (repository)`, )}> <View style={[styles.iconContainer, pal.btn]}> <FontAwesomeIcon |