Skip to content

Commit

Permalink
LA-1267 Update permission required dialog string
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim committed Nov 12, 2024
1 parent 4ac482d commit 7ef1155
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions lib/l10n/intl_messages.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-11-06T13:25:45.050236",
"@@last_modified": "2024-11-12T23:24:52.405809",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
Expand Down Expand Up @@ -3114,7 +3114,7 @@
"placeholders_order": [],
"placeholders": {}
},
"give_access_in_settings": "Please give linshare access in the settings to continue",
"give_access_in_settings": "To continue using all features, please allow LinShare access to the Camera, Microphone, and Phone in your device settings. Camera and Microphone access are needed to capture photos, videos, and audio, while Phone access enables LinShare to automatically pause capture if you receive a call.",
"@give_access_in_settings": {
"type": "text",
"placeholders_order": [],
Expand Down Expand Up @@ -3150,6 +3150,12 @@
"placeholders_order": [],
"placeholders": {}
},
"you_cant_delete_the_last_version": "You can't delete the last version, try to delete the whole document",
"@you_cant_delete_the_last_version": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"exit": "exit",
"@exit": {
"type": "text",
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/localizations/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@ class AppLocalizations {

String get give_access_in_settings {
return Intl.message(
'Please give linshare access in the settings to continue',
'To continue using all features, please allow LinShare access to the Camera, Microphone, and Phone in your device settings. Camera and Microphone access are needed to capture photos, videos, and audio, while Phone access enables LinShare to automatically pause capture if you receive a call.',
name: 'give_access_in_settings');
}

Expand Down

0 comments on commit 7ef1155

Please sign in to comment.