about summary refs log tree commit diff
path: root/src/screens/Settings/AboutSettings.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2025-02-12 06:07:00 +0900
committerGitHub <noreply@github.com>2025-02-11 13:07:00 -0800
commitb1cc4a5e9fcf48a793dac6e6e941725aaa8b50f7 (patch)
tree2de6b8282e14f1f06d3263892c31397671cbb666 /src/screens/Settings/AboutSettings.tsx
parenteabe3ed23112982a370291b3e1a26cf9754969a4 (diff)
downloadvoidsky-b1cc4a5e9fcf48a793dac6e6e941725aaa8b50f7.tar.zst
Refine accessibilityHint (#7554)
* `accessibilityHint`

* accessibilityHint

* Update

Co-Authored-By: jason-me <mail@jason-hester.me>

* Update LoginForm.tsx

---------

Co-authored-by: jason-me <mail@jason-hester.me>
Diffstat (limited to 'src/screens/Settings/AboutSettings.tsx')
-rw-r--r--src/screens/Settings/AboutSettings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/AboutSettings.tsx b/src/screens/Settings/AboutSettings.tsx
index 02976bb3c..92ba2c1be 100644
--- a/src/screens/Settings/AboutSettings.tsx
+++ b/src/screens/Settings/AboutSettings.tsx
@@ -65,7 +65,7 @@ export function AboutSettingsScreen({}: Props) {
           </SettingsList.LinkItem>
           <SettingsList.PressableItem
             label={_(msg`Version ${appVersion}`)}
-            accessibilityHint={_(msg`Copy build version to clipboard`)}
+            accessibilityHint={_(msg`Copies build version to clipboard`)}
             onPress={() => {
               setStringAsync(
                 `Build version: ${appVersion}; Bundle info: ${bundleInfo}; Bundle date: ${BUNDLE_DATE}; Platform: ${Platform.OS}; Platform version: ${Platform.Version}`,