File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1742,12 +1742,6 @@ abstract class AppLocalizations {
17421742 /// **'Sign In'**
17431743 String get anonymousLimitButton;
17441744
1745- /// Title for the bottom sheet when a standard user hits a content limit.
1746- ///
1747- /// In en, this message translates to:
1748- /// **'Unlock More Access'**
1749- String get standardLimitTitle;
1750-
17511745 /// Body text for the bottom sheet when a standard user hits a content limit.
17521746 ///
17531747 /// In en, this message translates to:
Original file line number Diff line number Diff line change @@ -915,9 +915,6 @@ class AppLocalizationsAr extends AppLocalizations {
915915 @override
916916 String get anonymousLimitButton => 'تسجيل الدخول' ;
917917
918- @override
919- String get standardLimitTitle => 'افتح الوصول غير المحدود' ;
920-
921918 @override
922919 String get standardLimitBody =>
923920 'لقد وصلت إلى الحد الأقصى للباقة المجانية. قم بالترقية لحفظ ومتابعة المزيد.' ;
Original file line number Diff line number Diff line change @@ -916,9 +916,6 @@ class AppLocalizationsEn extends AppLocalizations {
916916 @override
917917 String get anonymousLimitButton => 'Sign In' ;
918918
919- @override
920- String get standardLimitTitle => 'Unlock More Access' ;
921-
922919 @override
923920 String get standardLimitBody =>
924921 'You\' ve reached your limit for the free plan. Upgrade to save and follow more.' ;
You can’t perform that action at this time.
0 commit comments