about summary refs log tree commit diff
path: root/src/view/com/modals
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-15 09:19:40 +0900
committerGitHub <noreply@github.com>2024-02-15 09:19:40 +0900
commit83cb04b691954ab6bae302c7c6cd3de7f6e0743d (patch)
tree8325078a441fe8f9892ac2df98b475ef36a2ae4e /src/view/com/modals
parent3f1a85198ae102ff0661f2bb1c7474dc15a5ed5f (diff)
downloadvoidsky-83cb04b691954ab6bae302c7c6cd3de7f6e0743d.tar.zst
Update src/view/com/modals/LinkWarning.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Diffstat (limited to 'src/view/com/modals')
-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 4e6d8f918..6d2f687af 100644
--- a/src/view/com/modals/LinkWarning.tsx
+++ b/src/view/com/modals/LinkWarning.tsx
@@ -85,7 +85,7 @@ export function Component({text, href}: {text: string; href: string}) {
               closeModal()
             }}
             accessibilityLabel={_(msg`Cancel`)}
-            accessibilityHint=""
+            accessibilityHint={_(msg`Cancels opening the linked website`)}
             label={_(msg`Cancel`)}
             labelContainerStyle={{justifyContent: 'center', padding: 4}}
             labelStyle={[s.f18]}