Skip to content

Commit dfd2a0b

Browse files
committed
chore: update allow permissions title string
1 parent 211e3ec commit dfd2a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/localization/StringSet.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export const createBaseStringSet = ({ dateLocale, overrides }: StringSetCreateOp
400400
},
401401
DIALOG: {
402402
ALERT_DEFAULT_OK: 'OK',
403-
ALERT_PERMISSIONS_TITLE: 'Allow permission',
403+
ALERT_PERMISSIONS_TITLE: 'Allow access?',
404404
ALERT_PERMISSIONS_MESSAGE: (permission, appName = 'Application') => {
405405
return `${appName} need permission to access your ${permission}. Go to Settings to allow access`;
406406
},

0 commit comments

Comments
 (0)