Skip to content

Commit 391d3cd

Browse files
committed
chore: update permission alert ok string
1 parent c6df5da commit 391d3cd

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
@@ -404,7 +404,7 @@ export const createBaseStringSet = ({ dateLocale, overrides }: StringSetCreateOp
404404
ALERT_PERMISSIONS_MESSAGE: (permission, appName = 'Application') => {
405405
return `${appName} need permission to access your ${permission}. Go to Settings to allow access`;
406406
},
407-
ALERT_PERMISSIONS_OK: 'SETTINGS',
407+
ALERT_PERMISSIONS_OK: 'Go to settings',
408408
PROMPT_DEFAULT_OK: 'Submit',
409409
PROMPT_DEFAULT_CANCEL: 'Cancel',
410410
PROMPT_DEFAULT_PLACEHOLDER: 'Enter',

0 commit comments

Comments
 (0)