Skip to content

Commit

Permalink
fix: Arabic translation of Sign In With Apple button label
Browse files Browse the repository at this point in the history
  • Loading branch information
MahMoos committed Jan 27, 2024
1 parent 45c9aa8 commit 085dc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"description": "Used as a title of the LoginView when AuthAction is AuthAction.signIn.",
"placeholders": {}
},
"signInWithAppleButtonText": "تسجيل الدخول باستخدام حساب على Apple",
"signInWithAppleButtonText": "تسجيل الدخول باستخدام Apple",
"@signInWithAppleButtonText": {
"description": "Used as a label of the OAuthProviderButton for Apple provider.",
"placeholders": {}
Expand Down
3 changes: 1 addition & 2 deletions packages/firebase_ui_localizations/lib/src/lang/ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ class ArLocalizations extends FirebaseUILocalizationLabels {
String get signInText => "تسجيل الدخول";

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

@override
String get signInWithEmailLinkSentText =>
Expand Down

0 comments on commit 085dc6d

Please sign in to comment.