diff --git a/app/src/main/java/com/tangem/tap/features/send/ui/stateSubscribers/SendStateSubscriber.kt b/app/src/main/java/com/tangem/tap/features/send/ui/stateSubscribers/SendStateSubscriber.kt
index 31fa218cfd..fe3bee237d 100644
--- a/app/src/main/java/com/tangem/tap/features/send/ui/stateSubscribers/SendStateSubscriber.kt
+++ b/app/src/main/java/com/tangem/tap/features/send/ui/stateSubscribers/SendStateSubscriber.kt
@@ -81,7 +81,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
if (!it.viewFieldValue.isFromUserInput) etXlmMemo.setText(it.viewFieldValue.value)
if (it.error != null) {
if (it.error == TransactionExtraError.INVALID_XLM_MEMO) {
- tilXlmMemo.error = fg.getText(R.string.send_error_invalid_memo)
+ tilXlmMemo.error = fg.getText(R.string.send_extras_error_invalid_memo)
}
} else {
tilXlmMemo.error = null
@@ -91,7 +91,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
if (infoState.xrpDestinationTag.error != null) {
if (infoState.xrpDestinationTag.error == TransactionExtraError.INVALID_DESTINATION_TAG) {
tilDestinationTag.error =
- fg.getText(R.string.send_error_invalid_destination_tag)
+ fg.getText(R.string.send_extras_error_invalid_destination_tag)
}
} else {
tilDestinationTag.error = null
@@ -103,7 +103,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
infoState.binanceMemo?.let {
if (infoState.binanceMemo.error != null) {
if (infoState.binanceMemo.error == TransactionExtraError.INVALID_BINANCE_MEMO) {
- tilBinanceMemo.error = fg.getText(R.string.send_error_invalid_memo)
+ tilBinanceMemo.error = fg.getText(R.string.send_extras_error_invalid_memo)
}
} else {
tilBinanceMemo.error = null
diff --git a/app/src/main/res/values-de/strings_blockchain.xml b/app/src/main/res/values-de/strings_blockchain.xml
index 0185fd6d8f..98c248c381 100644
--- a/app/src/main/res/values-de/strings_blockchain.xml
+++ b/app/src/main/res/values-de/strings_blockchain.xml
@@ -18,4 +18,9 @@
Der Gesamtbetrag geht über die Bilanz hinaus
Die Gebühr geht über die Bilanz hinaus
Minimum balance is %s
+ Memo
+ Tag
+ Invalid Memo. It won\'t be added to the transaction
+ Invalid Tag. It won\'t be added to the transaction
+ %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-de/strings_final.xml b/app/src/main/res/values-de/strings_final.xml
index 7e585b36f2..13aa0a643a 100644
--- a/app/src/main/res/values-de/strings_final.xml
+++ b/app/src/main/res/values-de/strings_final.xml
@@ -86,9 +86,4 @@
Reset to Factory Settings
Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code.
Select network
- Memo
- Tag
- Invalid Memo. It won\'t be added to the transaction
- Invalid Tag. It won\'t be added to the transaction
- %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-fr/strings_blockchain.xml b/app/src/main/res/values-fr/strings_blockchain.xml
index 62b57fe369..43e0d8c933 100644
--- a/app/src/main/res/values-fr/strings_blockchain.xml
+++ b/app/src/main/res/values-fr/strings_blockchain.xml
@@ -18,4 +18,9 @@
Réduire de %s XTZ
Non, envoyer toute la somme
Minimum balance is %s
+ Memo
+ Tag
+ Invalid Memo. It won\'t be added to the transaction
+ Invalid Tag. It won\'t be added to the transaction
+ %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-fr/strings_final.xml b/app/src/main/res/values-fr/strings_final.xml
index 5d8b24ed0f..737bdd59c1 100644
--- a/app/src/main/res/values-fr/strings_final.xml
+++ b/app/src/main/res/values-fr/strings_final.xml
@@ -86,9 +86,4 @@
Reset to Factory Settings
Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code.
Select network
- Memo
- Tag
- Invalid Memo. It won\'t be added to the transaction
- Invalid Tag. It won\'t be added to the transaction
- %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-it/strings_blockchain.xml b/app/src/main/res/values-it/strings_blockchain.xml
index 06d7ed8db4..d4e7c01f40 100644
--- a/app/src/main/res/values-it/strings_blockchain.xml
+++ b/app/src/main/res/values-it/strings_blockchain.xml
@@ -18,4 +18,9 @@
Riduci di %s XTZ
No, invia l\'intero importo
Minimum balance is %s
+ Memo
+ Tag
+ Invalid Memo. It won\'t be added to the transaction
+ Invalid Tag. It won\'t be added to the transaction
+ %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-it/strings_final.xml b/app/src/main/res/values-it/strings_final.xml
index 5d8b24ed0f..737bdd59c1 100644
--- a/app/src/main/res/values-it/strings_final.xml
+++ b/app/src/main/res/values-it/strings_final.xml
@@ -86,9 +86,4 @@
Reset to Factory Settings
Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code.
Select network
- Memo
- Tag
- Invalid Memo. It won\'t be added to the transaction
- Invalid Tag. It won\'t be added to the transaction
- %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings_final.xml b/app/src/main/res/values-ru/strings_final.xml
index 4bc89187dc..09b2609172 100644
--- a/app/src/main/res/values-ru/strings_final.xml
+++ b/app/src/main/res/values-ru/strings_final.xml
@@ -99,7 +99,7 @@
Выберите сеть
Memo
Tag
- Недопустимый Memo. Он не будет добавлен в транзакцию.
- Недопустимый Tag. Он не будет добавлен в транзакцию.
+ Недопустимый Memo. Он не будет добавлен в транзакцию.
+ Недопустимый Tag. Он не будет добавлен в транзакцию.
Сеть %s использует концепцию экзистенциального депозита. Если баланс вашего счета опустится ниже %s %s, он будет деактивирован, а все оставшиеся средства будут уничтожены.
diff --git a/app/src/main/res/values/strings_blockchain.xml b/app/src/main/res/values/strings_blockchain.xml
index 09cca7bfaa..1d6e8df503 100644
--- a/app/src/main/res/values/strings_blockchain.xml
+++ b/app/src/main/res/values/strings_blockchain.xml
@@ -18,4 +18,9 @@
Reduce by %s XTZ
No, send all
Minimum balance is %s
+ Memo
+ Tag
+ Invalid Memo. It won\'t be added to the transaction
+ Invalid Tag. It won\'t be added to the transaction
+ %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.
\ No newline at end of file
diff --git a/app/src/main/res/values/strings_final.xml b/app/src/main/res/values/strings_final.xml
index fa691840a2..adee69f918 100644
--- a/app/src/main/res/values/strings_final.xml
+++ b/app/src/main/res/values/strings_final.xml
@@ -99,9 +99,4 @@
Reset to Factory Settings
Factory Reset will completely delete the wallet from the selected card. You will not be able to restore the current wallet or use the card to recover the access code.
Select network
- Memo
- Tag
- Invalid Memo. It won\'t be added to the transaction
- Invalid Tag. It won\'t be added to the transaction
- %s network has a concept of Existential Deposit. If your account drops below %s %s it will be deactivated and any remaining funds will be destroyed.