Skip to content

Commit 5abd75a

Browse files
committed
all done text fixed
1 parent 2547361 commit 5abd75a

9 files changed

Lines changed: 22 additions & 6 deletions

File tree

fearless/Modules/AllDone/AllDoneViewModelFactory.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ final class AllDoneViewModelFactory: AllDoneViewModelFactoryProtocol {
1919
isWalletConnectResult: Bool
2020
) -> AllDoneViewModel {
2121
let defaultTitle = R.string.localizable
22-
.allDoneAlertAllDoneStub(preferredLanguages: locale.rLanguages)
22+
.commonTransactionSent(preferredLanguages: locale.rLanguages)
2323
let defaultDesription = R.string.localizable
24-
.allDoneAlertDescriptionStub(preferredLanguages: locale.rLanguages)
24+
.commonTransactionSentDescription(preferredLanguages: locale.rLanguages)
2525

2626
return AllDoneViewModel(
2727
title: title ?? defaultTitle,

fearless/en.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,3 +1254,5 @@ belongs to the right network";
12541254
"your.validators.stop.nominating.title" = "Stop nominating";
12551255
"your.validators.validator.total.stake" = "Total staked: %@";
12561256
"сurrencies.stub.text" = "Currencies";
1257+
"common.transaction.sent" = "Transaction sent";
1258+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/id.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,3 +1238,5 @@ akan muncul di sini";
12381238
"your.validators.stop.nominating.title" = "berhenti mencalonkan diri";
12391239
"your.validators.validator.total.stake" = "Total ditaruhkan: %@";
12401240
"сurrencies.stub.text" = "Mata uang";
1241+
"common.transaction.sent" = "Transaction sent";
1242+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/ja.lproj/Localizable.strings

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,4 +1243,6 @@
12431243
"your.validators.change.validators.title" = "バリデーターの変更";
12441244
"your.validators.stop.nominating.title" = "ノミネートを中止";
12451245
"your.validators.validator.total.stake" = "総ステーク:%@";
1246-
"сurrencies.stub.text" = "通貨";
1246+
"сurrencies.stub.text" = "通貨";
1247+
"common.transaction.sent" = "Transaction sent";
1248+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/pt-PT.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,3 +1286,5 @@ To find out more, contact %@";
12861286
"profile.account.score.title" = "Nomis multichain score";
12871287
"scam.info.nomis.name" = "Nomis multi-chain score";
12881288
"scam.info.nomis.subtype.text" = "Proceed with caution";
1289+
"common.transaction.sent" = "Transaction sent";
1290+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/ru.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,3 +1252,5 @@
12521252
"your.validators.stop.nominating.title" = "Прекратить номинирование";
12531253
"your.validators.validator.total.stake" = "Всего в стейкинге: %@";
12541254
"сurrencies.stub.text" = "Токены";
1255+
"common.transaction.sent" = "Transaction sent";
1256+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/tr.lproj/Localizable.strings

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,4 +1249,6 @@ ait olduğundan emin olun.";
12491249
"your.validators.change.validators.title" = "Doğrulayıcıları değiştir";
12501250
"your.validators.stop.nominating.title" = "Aday göstermeyi bırak";
12511251
"your.validators.validator.total.stake" = "Toplam yatırılan miktar:%@";
1252-
"сurrencies.stub.text" = "Para birimleri";
1252+
"сurrencies.stub.text" = "Para birimleri";
1253+
"common.transaction.sent" = "Transaction sent";
1254+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/vi.lproj/Localizable.strings

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,4 +1251,6 @@ thuộc đúng mạng";
12511251
"your.validators.change.validators.title" = "Thay đổi validator";
12521252
"your.validators.stop.nominating.title" = "Dừng đề cử";
12531253
"your.validators.validator.total.stake" = "Tổng đã stake: %@";
1254-
"сurrencies.stub.text" = "Tiền tệ";
1254+
"сurrencies.stub.text" = "Tiền tệ";
1255+
"common.transaction.sent" = "Transaction sent";
1256+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

fearless/zh-Hans.lproj/Localizable.strings

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,4 +1248,6 @@
12481248
"your.validators.change.validators.title" = "更改验证人";
12491249
"your.validators.stop.nominating.title" = "停止提名";
12501250
"your.validators.validator.total.stake" = "总质押:%@";
1251-
"сurrencies.stub.text" = "货币";
1251+
"сurrencies.stub.text" = "货币";
1252+
"common.transaction.sent" = "Transaction sent";
1253+
"common.transaction.sent.description" = "Your transaction has been successfully sent to the blockchain";

0 commit comments

Comments
 (0)