about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-15 09:19:46 +0900
committerGitHub <noreply@github.com>2024-02-15 09:19:46 +0900
commitb0cdaf71ddbe9f6ba1b3b4db3536111c6a42f8a8 (patch)
treeb6fd92d45411cf0c7999702811f4b4653a1ef8e8
parent83cb04b691954ab6bae302c7c6cd3de7f6e0743d (diff)
downloadvoidsky-b0cdaf71ddbe9f6ba1b3b4db3536111c6a42f8a8.tar.zst
Update src/view/com/modals/LinkWarning.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
-rw-r--r--src/view/com/modals/LinkWarning.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/LinkWarning.tsx b/src/view/com/modals/LinkWarning.tsx
index 6d2f687af..b5ff6700d 100644
--- a/src/view/com/modals/LinkWarning.tsx
+++ b/src/view/com/modals/LinkWarning.tsx
@@ -73,7 +73,7 @@ export function Component({text, href}: {text: string; href: string}) {
             type="primary"
             onPress={onPressVisit}
             accessibilityLabel={_(msg`Visit Site`)}
-            accessibilityHint=""
+            accessibilityHint={_(msg`Opens the linked website`)}
             label={_(msg`Visit Site`)}
             labelContainerStyle={{justifyContent: 'center', padding: 4}}
             labelStyle={[s.f18]}