From 5631c1030619dd9dc47b4b4eff6c0101140dcd94 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sun, 3 Apr 2022 22:13:18 +0800 Subject: [PATCH] Fix context for translators --- static/app-strings.json | 4 ++-- ui/component/walletSwap/view.jsx | 2 +- ui/modal/modalConfirmTransaction/view.jsx | 22 ++++++++++++++++++---- ui/modal/modalRemoveCollection/view.jsx | 2 +- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index b51ceb7db..ccda83135 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1022,7 +1022,6 @@ "Confirm Transaction": "Confirm Transaction", "Once the transaction is sent, it cannot be reversed.": "Once the transaction is sent, it cannot be reversed.", "Sending": "Sending", - "From": "From", "Only creators that verify cash accounts can receive tips": "Only creators that verify cash accounts can receive tips", "Send a tip directly from your attached card": "Send a tip directly from your attached card", "Amount must be at least one dollar": "Amount must be at least one dollar", @@ -1736,7 +1735,6 @@ "Enter desired %lbc%": "Enter desired %lbc%", "Estimated BTC price": "Estimated BTC price", "Start Swap": "Start Swap", - "To": "To", "Receiving": "Receiving", "Send crypto to the address provided and you will be sent an equivalent amount of Credits. You can pay with BCH, LTC, ETH, USDC or DAI after starting the swap.": "Send crypto to the address provided and you will be sent an equivalent amount of Credits. You can pay with BCH, LTC, ETH, USDC or DAI after starting the swap.", "Swap Crypto for %lbc%": "Swap Crypto for %lbc%", @@ -1943,6 +1941,7 @@ "List is Empty": "List is Empty", "Confirm List Unpublish": "Confirm List Unpublish", "This will permanently delete the list.": "This will permanently delete the list.", + "Type \"%list_name%\" to confirm.": "Type \"%list_name%\" to confirm.", "Chat": "Chat", "Tipped": "Tipped", "Fromage": "Fromage", @@ -2037,6 +2036,7 @@ "Outgoing": "Outgoing", "Credits --[transactions tab]--": "Credits", "USD --[transactions tab]--": "USD", + "Currency --[transactions tab]--": "Currency", "Receiving Channel Name": "Receiving Channel Name", "Tip Location": "Tip Location", "Amount (USD)": "Amount (USD)", diff --git a/ui/component/walletSwap/view.jsx b/ui/component/walletSwap/view.jsx index 936bd3a73..efae1d2b7 100644 --- a/ui/component/walletSwap/view.jsx +++ b/ui/component/walletSwap/view.jsx @@ -572,7 +572,7 @@ function WalletSwap(props: Props) { />
{__('Use the copy button to ensure the EXACT amount is sent!')}
{getGap()} -
{__('To')}
+
{__('To --[the tip recipient]--')}