Skip to content

Commit 0a72ed4

Browse files
committed
fix(l10n): fix translation in app_ar.arb
- Corrected wording in subheadline
1 parent 0e8f5aa commit 0a72ed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/l10n/app_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class AppLocalizationsAr extends AppLocalizations {
194194

195195
@override
196196
String get authenticationLinkingSubheadline =>
197-
'إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر الأجهزة.';
197+
'إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر مختلف الأجهزة.';
198198

199199
@override
200200
String get authenticationSignInHeadline => 'هادلاينز تولكيت';

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"@authenticationLinkingHeadline": {
243243
"description": "عنوان صفحة المصادقة عند ربط حساب مجهول"
244244
},
245-
"authenticationLinkingSubheadline": "إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر الأجهزة.",
245+
"authenticationLinkingSubheadline": "إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر مختلف الأجهزة.",
246246
"@authenticationLinkingSubheadline": {
247247
"description": "عنوان فرعي يشرح فائدة ربط حساب مجهول"
248248
},

0 commit comments

Comments
 (0)