File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2705,13 +2705,13 @@ abstract class AppLocalizations {
27052705 /// Button text for a positive response to the rating prompt.
27062706 ///
27072707 /// In en, this message translates to:
2708- /// **'Yes '**
2708+ /// **'It\'s Great! '**
27092709 String get rateAppPromptYesButton;
27102710
27112711 /// Button text for a negative response to the rating prompt.
27122712 ///
27132713 /// In en, this message translates to:
2714- /// **'No '**
2714+ /// **'Needs Work '**
27152715 String get rateAppPromptNoButton;
27162716
27172717 /// Title for the bottom sheet that asks for detailed feedback after a negative rating prompt response.
Original file line number Diff line number Diff line change @@ -1422,10 +1422,10 @@ class AppLocalizationsAr extends AppLocalizations {
14221422 'تساعدنا ملاحظاتك على التحسين. هل تمانع في تقييمنا؟' ;
14231423
14241424 @override
1425- String get rateAppPromptYesButton => 'نعم ' ;
1425+ String get rateAppPromptYesButton => 'التطبيق رائع! ' ;
14261426
14271427 @override
1428- String get rateAppPromptNoButton => 'لا ' ;
1428+ String get rateAppPromptNoButton => 'يحتاج لتحسين ' ;
14291429
14301430 @override
14311431 String get feedbackPromptTitle => 'كيف يمكننا التحسين؟' ;
Original file line number Diff line number Diff line change @@ -1429,10 +1429,10 @@ class AppLocalizationsEn extends AppLocalizations {
14291429 'Your feedback helps us improve. Would you mind rating us?' ;
14301430
14311431 @override
1432- String get rateAppPromptYesButton => 'Yes ' ;
1432+ String get rateAppPromptYesButton => 'It \' s Great! ' ;
14331433
14341434 @override
1435- String get rateAppPromptNoButton => 'No ' ;
1435+ String get rateAppPromptNoButton => 'Needs Work ' ;
14361436
14371437 @override
14381438 String get feedbackPromptTitle => 'How can we improve?' ;
You can’t perform that action at this time.
0 commit comments