i18n: fix brand capitalization in exchange confirmation (#2560)
* i18n: keep brand 'Cake Wallet' unlocalized in exchange confirmation string This change updates the English translation string 'exchange_trade_result_confirm' to use the brand name 'Cake Wallet' (capitalized) instead of the lower-case 'cake wallet'. This prevents translation errors where 'cake' is translated as an edible cake in multiple languages. See issue #2548. * i18n: fix brand capitalization in exchange_trade_result_confirm to "Cake Wallet" * Update strings_en.arb * Update res/values/strings_en.arb --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
Stephan Volynets committed
Oct 8, 2025 at 06:33 UTC
9a7230fc737003578b4949937267ac212c7af7e3
1 file changed
+1
-1
res/values/strings_en.arb
+1
-1
@@ -374,7 +374,7 @@
374
"exchange_result_write_down_ID": "*Please copy or write down your ID shown above.",
375
"exchange_result_write_down_trade_id": "Please copy or write down the trade ID to continue.",
376
"exchange_sync_alert_content": "Please wait until your wallet is synchronized",
377
- "exchange_trade_result_confirm": "By pressing send from cake wallet, you will be sending ${fetchingLabel} ${from} from your wallet called ${walletName} to the address shown below. Or you can send from your external wallet to the address/QR code on the send from external wallet details page.\n\nPlease press either of the buttons to continue or go back to change the amounts.",
377
+ "exchange_trade_result_confirm": "By pressing send from Cake Wallet, you will be sending ${fetchingLabel} ${from} from your wallet called ${walletName} to the address shown below. Or you can send from your external wallet to the address/QR code on the send from external wallet details page.\n\nPlease press either of the buttons to continue or go back to change the amounts.",
378
"expired": "Expired",
379
"expires": "Expires",
380
"expiresOn": "Expires on",