авотаро4ки в пересланных сообщениях

This commit is contained in:
Jganenokk
2026-04-11 00:22:32 +07:00
parent d3a001ddec
commit 8536ec2508
7 changed files with 87 additions and 42 deletions
+3 -6
View File
@@ -12,8 +12,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get loginTitle => 'Sign in to Komet';
@override
String get loginSubtitle =>
'Check your country code and enter your\nphone number.';
String get loginSubtitle => 'Check your country code and enter your\nphone number.';
@override
String get loginCountry => 'Country';
@@ -103,8 +102,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get selectCountrySearchHint => 'Search countries…';
@override
String get codeConfirmationSmsSent =>
'We sent an SMS with a verification code to your phone number.';
String get codeConfirmationSmsSent => 'We sent an SMS with a verification code to your phone number.';
@override
String codeResendInSeconds(int seconds) {
@@ -151,6 +149,5 @@ class AppLocalizationsEn extends AppLocalizations {
String get proxySettingsSaved => 'Proxy settings applied';
@override
String get proxyInvalidHostOrPort =>
'Enter a valid proxy host and port (165535)';
String get proxyInvalidHostOrPort => 'Enter a valid proxy host and port (165535)';
}