aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-08-16 15:43:13 +0800
committerDan Miller <danjm.com@gmail.com>2018-08-27 22:14:16 +0800
commit65873e33e407b5af2c4134ddcbc48f4e81bdfa4f (patch)
treed6d1a09cb548baa35d65535a5d083510ed664003 /app
parent30e49b8545a33faf2f1d1451c9135c996a6816b0 (diff)
downloadtangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar.gz
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar.bz2
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar.lz
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar.xz
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.tar.zst
tangerine-wallet-browser-65873e33e407b5af2c4134ddcbc48f4e81bdfa4f.zip
Adds feature flag toggle for the hex data row on the send screen.
Diffstat (limited to 'app')
-rw-r--r--app/_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 2656432d2..9b17259e2 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -870,6 +870,12 @@
"secretPhrase": {
"message": "Enter your secret twelve word phrase here to restore your vault."
},
+ "showHexData": {
+ "message": "Show Hex Data"
+ },
+ "showHexDataDescription": {
+ "message": "Select this to show the hex data field on the send screen"
+ },
"newPassword8Chars": {
"message": "New Password (min 8 chars)"
},