We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f140572 commit d8e65eaCopy full SHA for d8e65ea
1 file changed
src/components/dialogs/components/checkStorage.tsx
@@ -59,7 +59,7 @@ export default function CheckStorage() {
59
onPress: onCancel,
60
},
61
{
62
- title: t("dialog.checkStorage.button.doNotShowAgain"),
+ title: t("dialog.checkStorage.button.grantPermission"),
63
type: "primary",
64
onPress: () => {
65
NativeUtils.requestStoragePermission();
0 commit comments