Skip to content

Commit 085dc6d

Browse files
committed
fix: Arabic translation of Sign In With Apple button label
1 parent 45c9aa8 commit 085dc6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"description": "Used as a title of the LoginView when AuthAction is AuthAction.signIn.",
310310
"placeholders": {}
311311
},
312-
"signInWithAppleButtonText": "تسجيل الدخول باستخدام حساب على Apple",
312+
"signInWithAppleButtonText": "تسجيل الدخول باستخدام Apple",
313313
"@signInWithAppleButtonText": {
314314
"description": "Used as a label of the OAuthProviderButton for Apple provider.",
315315
"placeholders": {}

packages/firebase_ui_localizations/lib/src/lang/ar.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ class ArLocalizations extends FirebaseUILocalizationLabels {
197197
String get signInText => "تسجيل الدخول";
198198

199199
@override
200-
String get signInWithAppleButtonText =>
201-
"تسجيل الدخول باستخدام حساب على Apple";
200+
String get signInWithAppleButtonText => "تسجيل الدخول باستخدام Apple";
202201

203202
@override
204203
String get signInWithEmailLinkSentText =>

0 commit comments

Comments
 (0)