Skip to content

Commit 40f1e38

Browse files
committed
refactor(l10n): update authentication linking text
- Updated headline to "Sync Your Data" - Updated subheadline for clarity
1 parent e9b79fa commit 40f1e38

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,13 +449,13 @@ abstract class AppLocalizations {
449449
/// Headline for the authentication page when linking an anonymous account
450450
///
451451
/// In en, this message translates to:
452-
/// **'Connect Your Account'**
452+
/// **'Sync Your Data'**
453453
String get authenticationLinkingHeadline;
454454

455455
/// Subheadline explaining the benefit of linking an anonymous account
456456
///
457457
/// In en, this message translates to:
458-
/// **'Sign in with Google or Email to save your preferences and reading history across devices.'**
458+
/// **'save your settings, content preferences and more across devices.'**
459459
String get authenticationLinkingSubheadline;
460460

461461
/// Headline for the authentication page during standard sign-in

lib/l10n/app_localizations_ar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ class AppLocalizationsAr extends AppLocalizations {
190190
String get authenticationEmailSignInButton => 'متابعة بالبريد الإلكتروني';
191191

192192
@override
193-
String get authenticationLinkingHeadline => 'ربط حسابك';
193+
String get authenticationLinkingHeadline => 'زامن بياناتك';
194194

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

199199
@override
200200
String get authenticationSignInHeadline => 'تسجيل الدخول';

lib/l10n/app_localizations_en.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ class AppLocalizationsEn extends AppLocalizations {
192192
String get authenticationEmailSignInButton => 'Continue with Email';
193193

194194
@override
195-
String get authenticationLinkingHeadline => 'Connect Your Account';
195+
String get authenticationLinkingHeadline => 'Sync Your Data';
196196

197197
@override
198198
String get authenticationLinkingSubheadline =>
199-
'Sign in with Google or Email to save your preferences and reading history across devices.';
199+
'save your settings, content preferences and more across devices.';
200200

201201
@override
202202
String get authenticationSignInHeadline => 'Sign In';

lib/l10n/arb/app_ar.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@
238238
"@authenticationEmailSignInButton": {
239239
"description": "نص زر بدء تدفق تسجيل الدخول بالبريد الإلكتروني"
240240
},
241-
"authenticationLinkingHeadline": "ربط حسابك",
241+
"authenticationLinkingHeadline": "زامن بياناتك",
242242
"@authenticationLinkingHeadline": {
243243
"description": "عنوان صفحة المصادقة عند ربط حساب مجهول"
244244
},
245-
"authenticationLinkingSubheadline": "سجل الدخول باستخدام جوجل أو البريد الإلكتروني لحفظ تفضيلاتك وسجل القراءة عبر الأجهزة.",
245+
"authenticationLinkingSubheadline": "إحفظ إعداداتك، تفضيلات المحتوى والمزيد عبر الأجهزة.",
246246
"@authenticationLinkingSubheadline": {
247247
"description": "عنوان فرعي يشرح فائدة ربط حساب مجهول"
248248
},

lib/l10n/arb/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@
238238
"@authenticationEmailSignInButton": {
239239
"description": "Button text for initiating email sign-in flow"
240240
},
241-
"authenticationLinkingHeadline": "Connect Your Account",
241+
"authenticationLinkingHeadline": "Sync Your Data",
242242
"@authenticationLinkingHeadline": {
243243
"description": "Headline for the authentication page when linking an anonymous account"
244244
},
245-
"authenticationLinkingSubheadline": "Sign in with Google or Email to save your preferences and reading history across devices.",
245+
"authenticationLinkingSubheadline": "save your settings, content preferences and more across devices.",
246246
"@authenticationLinkingSubheadline": {
247247
"description": "Subheadline explaining the benefit of linking an anonymous account"
248248
},

0 commit comments

Comments
 (0)