about summary refs log tree commit diff
path: root/src/view/com/modals/InAppBrowserConsent.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-03-19 12:29:57 -0700
committerPaul Frazee <pfrazee@gmail.com>2024-03-19 12:29:57 -0700
commit9e4f81b156456d96ab22e3c5dc0e0c66929c7bd0 (patch)
tree3c789effa60a94dc524a530ddf1e2b8950942906 /src/view/com/modals/InAppBrowserConsent.tsx
parentdac73cbeea3c346c255eec15d08bd9c585263bec (diff)
parent14982b93938c5b4141408e9b0887b261469eed4f (diff)
downloadvoidsky-9e4f81b156456d96ab22e3c5dc0e0c66929c7bd0.tar.zst
Merge branch 'quiple-patch-3' into main
Diffstat (limited to 'src/view/com/modals/InAppBrowserConsent.tsx')
-rw-r--r--src/view/com/modals/InAppBrowserConsent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/InAppBrowserConsent.tsx b/src/view/com/modals/InAppBrowserConsent.tsx
index 86bb46ca8..3fa515934 100644
--- a/src/view/com/modals/InAppBrowserConsent.tsx
+++ b/src/view/com/modals/InAppBrowserConsent.tsx
@@ -77,7 +77,7 @@ export function Component({href}: {href: string}) {
           }}
           accessibilityLabel={_(msg`Cancel`)}
           accessibilityHint=""
-          label="Cancel"
+          label={_(msg`Cancel`)}
           labelContainerStyle={{justifyContent: 'center', padding: 8}}
           labelStyle={[s.f18]}
         />