mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 06:24: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.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Recovery Contacts'**
|
||||
/// **'Account Recovery'**
|
||||
String get missingRecoveryContactsCardTitle;
|
||||
|
||||
/// No description provided for @missingRecoveryContactsCardDesc.
|
||||
|
|
|
|||
|
|
@ -2401,7 +2401,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get recoverPasswordlessRecoverNowBtn => 'Jetzt wiederherstellen';
|
||||
|
||||
@override
|
||||
String get missingRecoveryContactsCardTitle => 'Vertrauenswürdige Kontakte';
|
||||
String get missingRecoveryContactsCardTitle => 'Kontowiederherstellung';
|
||||
|
||||
@override
|
||||
String get missingRecoveryContactsCardDesc =>
|
||||
|
|
|
|||
|
|
@ -2376,7 +2376,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get recoverPasswordlessRecoverNowBtn => 'Recover now';
|
||||
|
||||
@override
|
||||
String get missingRecoveryContactsCardTitle => 'Recovery Contacts';
|
||||
String get missingRecoveryContactsCardTitle => 'Account Recovery';
|
||||
|
||||
@override
|
||||
String get missingRecoveryContactsCardDesc =>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5feb6f49653741ec37c49e57b3b6c7c178ed4427
|
||||
Subproject commit 9d324cebaeb127be6a1a40e732ce7c8b54104984
|
||||
Loading…
Reference in a new issue