aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en/messages.json
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-09-04 22:27:40 +0800
committerGitHub <noreply@github.com>2018-09-04 22:27:40 +0800
commitb9e4feac489b8c478a7bff935c319588a2c3acf3 (patch)
treeb4304c29d0eb2bbe662a01c5fbadfbe99766b590 /app/_locales/en/messages.json
parent03d789a4902c2142a39dcf12fac1171301ae4a32 (diff)
parent65873e33e407b5af2c4134ddcbc48f4e81bdfa4f (diff)
downloadtangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar.gz
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar.bz2
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar.lz
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar.xz
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.tar.zst
tangerine-wallet-browser-b9e4feac489b8c478a7bff935c319588a2c3acf3.zip
Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-data
Adds feature flag toggle for the hex data row on the send screen.
Diffstat (limited to 'app/_locales/en/messages.json')
-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 3cc8dae34..14e867b33 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -882,6 +882,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)"
},