Skip to content

Commit 9b61d2f

Browse files
committed
Fix text
1 parent 30ef288 commit 9b61d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/DynamicFonts/PermissionsAcquirer.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type PermissionsAcquirerProps = {
1212

1313
const DEFAULT_PERMISSIONS_ACQUIRER_PROPS: Required<PermissionsAcquirerProps> = {
1414
requestPermissionsTitle: 'Allow Storage Access',
15-
requestPermissionsMessage: 'Give the Spaces app permission to access the files and storage on your device.',
15+
requestPermissionsMessage: 'Give the app permission to access the files and storage on your device.',
1616
requestPermissionsNegativeButtonText: 'Cancel',
1717
requestPermissionsPositiveButtonText: 'Continue',
1818
permissionsRefusalMessage: 'Please edit your permission settings to continue.',

0 commit comments

Comments
 (0)