File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ abstract class AppLocalizations {
119119 /// Headline text on the account linking page
120120 ///
121121 /// In en, this message translates to:
122- /// **'Link Account '**
122+ /// **'Save your progress '**
123123 String get accountLinkingHeadline;
124124
125125 /// Body text explaining the benefits of linking an account
126126 ///
127127 /// In en, this message translates to:
128- /// **'Signing up or linking allows you to access your information across multiple devices and ensures your progress isn\'t lost.'**
128+ /// **'Signing up allows you to access your information across multiple devices and ensures your progress isn\'t lost.'**
129129 String get accountLinkingBody;
130130
131131 /// Text for the Google sign-in button
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class AppLocalizationsAr extends AppLocalizations {
2323
2424 @override
2525 String get accountLinkingBody =>
26- 'يتيح لك التسجيل أو الربط الوصول إلى معلوماتك عبر أجهزة متعددة ويضمن عدم فقدان تقدمك.' ;
26+ 'يتيح لك التسجيل الوصول إلى معلوماتك عبر أجهزة متعددة ويضمن عدم فقدان تقدمك.' ;
2727
2828 @override
2929 String get accountLinkingContinueWithGoogleButton => 'المتابعة باستخدام جوجل' ;
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ class AppLocalizationsEn extends AppLocalizations {
1919 'Check your email for the sign-in link!' ;
2020
2121 @override
22- String get accountLinkingHeadline => 'Link Account ' ;
22+ String get accountLinkingHeadline => 'Save your progress ' ;
2323
2424 @override
2525 String get accountLinkingBody =>
26- 'Signing up or linking allows you to access your information across multiple devices and ensures your progress isn\' t lost.' ;
26+ 'Signing up allows you to access your information across multiple devices and ensures your progress isn\' t lost.' ;
2727
2828 @override
2929 String get accountLinkingContinueWithGoogleButton => 'Continue with Google' ;
Original file line number Diff line number Diff line change 1616 "@accountLinkingHeadline": {
1717 "description": "Headline text on the account linking page"
1818 },
19- "accountLinkingBody": "يتيح لك التسجيل أو الربط الوصول إلى معلوماتك عبر أجهزة متعددة ويضمن عدم فقدان تقدمك.",
19+ "accountLinkingBody": "يتيح لك التسجيل الوصول إلى معلوماتك عبر أجهزة متعددة ويضمن عدم فقدان تقدمك.",
2020 "@accountLinkingBody": {
2121 "description": "Body text explaining the benefits of linking an account"
2222 },
Original file line number Diff line number Diff line change 1212 "@accountLinkingEmailSentSuccess": {
1313 "description": "Success message shown after sending an email sign-in link"
1414 },
15- "accountLinkingHeadline": "Link Account ",
15+ "accountLinkingHeadline": "Save your progress ",
1616 "@accountLinkingHeadline": {
1717 "description": "Headline text on the account linking page"
1818 },
19- "accountLinkingBody": "Signing up or linking allows you to access your information across multiple devices and ensures your progress isn't lost.",
19+ "accountLinkingBody": "Signing up allows you to access your information across multiple devices and ensures your progress isn't lost.",
2020 "@accountLinkingBody": {
2121 "description": "Body text explaining the benefits of linking an account"
2222 },
You can’t perform that action at this time.
0 commit comments