diff --git a/core/res/src/main/res/values-de/strings.xml b/core/res/src/main/res/values-de/strings.xml
index ceb6d82ea4..5b414101ea 100644
--- a/core/res/src/main/res/values-de/strings.xml
+++ b/core/res/src/main/res/values-de/strings.xml
@@ -344,7 +344,7 @@
View in Explorer
In progress
Swap
- Swap of %1$s to %2$s
+ Swap of %s to
Other tokens
Choose token
Your tokens
diff --git a/core/res/src/main/res/values-fr/strings.xml b/core/res/src/main/res/values-fr/strings.xml
index 0f6bf84e10..1071892218 100644
--- a/core/res/src/main/res/values-fr/strings.xml
+++ b/core/res/src/main/res/values-fr/strings.xml
@@ -344,7 +344,7 @@
View in Explorer
In progress
Swap
- Swap of %1$s to %2$s
+ Swap of %s to
Other tokens
Choose token
Your tokens
diff --git a/core/res/src/main/res/values-it/strings.xml b/core/res/src/main/res/values-it/strings.xml
index c754f9efc9..13a374056e 100644
--- a/core/res/src/main/res/values-it/strings.xml
+++ b/core/res/src/main/res/values-it/strings.xml
@@ -344,7 +344,7 @@
View in Explorer
In progress
Swap
- Swap of %1$s to %2$s
+ Swap of %s to
Other tokens
Choose token
Your tokens
diff --git a/core/res/src/main/res/values-ru/strings.xml b/core/res/src/main/res/values-ru/strings.xml
index aaaa581539..df783718da 100644
--- a/core/res/src/main/res/values-ru/strings.xml
+++ b/core/res/src/main/res/values-ru/strings.xml
@@ -344,7 +344,7 @@
Открыть в обозревателе
В процессе
Обмен
- Обмен %1$s на %2$s
+ Обмен %s на
Другие токены
Выберите токен
Ваши токены
diff --git a/core/res/src/main/res/values/strings.xml b/core/res/src/main/res/values/strings.xml
index 72c3273dae..2f6cab30ff 100644
--- a/core/res/src/main/res/values/strings.xml
+++ b/core/res/src/main/res/values/strings.xml
@@ -344,7 +344,7 @@
View in Explorer
In progress
Swap
- Swap of %1$s to %2$s
+ Swap of %s to
Other tokens
Choose token
Your tokens
diff --git a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapSuccessScreen.kt b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapSuccessScreen.kt
index 9dbffcc4a7..a1c9b8c17f 100644
--- a/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapSuccessScreen.kt
+++ b/features/swap/presentation/src/main/java/com/tangem/feature/swap/ui/SwapSuccessScreen.kt
@@ -48,7 +48,8 @@ fun SwapSuccessScreen(state: SwapSuccessStateHolder, onBack: () -> Unit) {
@Composable
private fun makeSuccessMessage(fromTokenAmount: String, toTokenAmount: String): AnnotatedString {
- val message = stringResource(id = R.string.swapping_swap_of_to, fromTokenAmount, toTokenAmount)
+ val swapToString = stringResource(id = R.string.swapping_swap_of_to, fromTokenAmount)
+ val message = "$swapToString\n$toTokenAmount"
return buildAnnotatedString {
append(message)
addStyle(