mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 07:04:07 +00:00
update strings
Some checks failed
Flutter analyze & test / flutter_analyze_and_test (push) Has been cancelled
Some checks failed
Flutter analyze & test / flutter_analyze_and_test (push) Has been cancelled
This commit is contained in:
parent
70ed3759d2
commit
9d41dc4eb6
4 changed files with 4 additions and 4 deletions
|
|
@ -4133,7 +4133,7 @@ abstract class AppLocalizations {
|
||||||
/// No description provided for @missingRecoveryContactsCardTitle.
|
/// No description provided for @missingRecoveryContactsCardTitle.
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Recovery Contacts'**
|
/// **'Account Recovery'**
|
||||||
String get missingRecoveryContactsCardTitle;
|
String get missingRecoveryContactsCardTitle;
|
||||||
|
|
||||||
/// No description provided for @missingRecoveryContactsCardDesc.
|
/// No description provided for @missingRecoveryContactsCardDesc.
|
||||||
|
|
|
||||||
|
|
@ -2401,7 +2401,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||||
String get recoverPasswordlessRecoverNowBtn => 'Jetzt wiederherstellen';
|
String get recoverPasswordlessRecoverNowBtn => 'Jetzt wiederherstellen';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get missingRecoveryContactsCardTitle => 'Vertrauenswürdige Kontakte';
|
String get missingRecoveryContactsCardTitle => 'Kontowiederherstellung';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get missingRecoveryContactsCardDesc =>
|
String get missingRecoveryContactsCardDesc =>
|
||||||
|
|
|
||||||
|
|
@ -2376,7 +2376,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||||
String get recoverPasswordlessRecoverNowBtn => 'Recover now';
|
String get recoverPasswordlessRecoverNowBtn => 'Recover now';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get missingRecoveryContactsCardTitle => 'Recovery Contacts';
|
String get missingRecoveryContactsCardTitle => 'Account Recovery';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get missingRecoveryContactsCardDesc =>
|
String get missingRecoveryContactsCardDesc =>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5feb6f49653741ec37c49e57b3b6c7c178ed4427
|
Subproject commit 9d324cebaeb127be6a1a40e732ce7c8b54104984
|
||||||
Loading…
Reference in a new issue