diff --git a/static/app-strings.json b/static/app-strings.json index b071a3446..4b2758652 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1757,6 +1757,7 @@ "Unable to obtain exchange rate. Try again later.": "Unable to obtain exchange rate. Try again later.", "The BTC amount needs to be higher": "The BTC amount needs to be higher", "The BTC amount is too high": "The BTC amount is too high", + "Address": "Address", "Confirm Address Removal": "Confirm Address Removal", "Remove BTC Swap Address": "Remove BTC Swap Address", "This process cannot be reversed.": "This process cannot be reversed.", diff --git a/ui/component/walletSwap/view.jsx b/ui/component/walletSwap/view.jsx index 00039b2c5..f3a5aca44 100644 --- a/ui/component/walletSwap/view.jsx +++ b/ui/component/walletSwap/view.jsx @@ -458,8 +458,8 @@ function WalletSwap(props: Props) {
BTC address | -Status | +{__('Address')} | +{__('Status')} |
---|