Update src/view/com/modals/LinkWarning.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
zio/stable
Minseo Lee 2024-02-15 09:19:40 +09:00 committed by GitHub
parent 3f1a85198a
commit 83cb04b691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]}