File tree 2 files changed +2
-3
lines changed
packages/firebase_ui_localizations/lib
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 309
309
"description": "Used as a title of the LoginView when AuthAction is AuthAction.signIn.",
310
310
"placeholders": {}
311
311
},
312
- "signInWithAppleButtonText": "تسجيل الدخول باستخدام حساب على Apple",
312
+ "signInWithAppleButtonText": "تسجيل الدخول باستخدام Apple",
313
313
"@signInWithAppleButtonText": {
314
314
"description": "Used as a label of the OAuthProviderButton for Apple provider.",
315
315
"placeholders": {}
Original file line number Diff line number Diff line change @@ -197,8 +197,7 @@ class ArLocalizations extends FirebaseUILocalizationLabels {
197
197
String get signInText => "تسجيل الدخول" ;
198
198
199
199
@override
200
- String get signInWithAppleButtonText =>
201
- "تسجيل الدخول باستخدام حساب على Apple" ;
200
+ String get signInWithAppleButtonText => "تسجيل الدخول باستخدام Apple" ;
202
201
203
202
@override
204
203
String get signInWithEmailLinkSentText =>
You can’t perform that action at this time.
0 commit comments