From 696df8ea2e985eb097c3409bc399fa4e02d064a1 Mon Sep 17 00:00:00 2001 From: hesterbruikman <35233054+hesterbruikman@users.noreply.github.com> Date: Wed, 2 Oct 2019 13:05:09 +0200 Subject: [PATCH] Copy update multiaccount Fixes copy update in #8447 In the UI we want to refer to a watch only address as `address` instead of `account`. Interactions with an address are limited compared to an account in wallet. e.g. there is no option to send assets from this account as Status wallet does not have the key to sign for transactions. Signed-off-by: Andrey Shovkoplyas --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 4fb0d33d0a..9881fe1edd 100644 --- a/translations/en.json +++ b/translations/en.json @@ -13,7 +13,7 @@ "active-online": "Online", "active-unknown": "Unknown", "add": "Add", - "add-a-watch-account": "Add a watch-only account", + "add-a-watch-account": "Add a watch-only address", "add-account": "Add account", "add-account-description": "You can import any type of Ethereum account to add it to your Status wallet", "add-account-incorrect-password": "Password seems to be incorrect. Enter the password you use to unlock the app.",