Skip to content

Commit d8e65ea

Browse files
committed
fix: 存储权限弹窗文案错误
1 parent f140572 commit d8e65ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/dialogs/components/checkStorage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function CheckStorage() {
5959
onPress: onCancel,
6060
},
6161
{
62-
title: t("dialog.checkStorage.button.doNotShowAgain"),
62+
title: t("dialog.checkStorage.button.grantPermission"),
6363
type: "primary",
6464
onPress: () => {
6565
NativeUtils.requestStoragePermission();

0 commit comments

Comments
 (0)