aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-08-01 21:24:33 +0800
committerGitHub <noreply@github.com>2019-08-01 21:24:33 +0800
commite9a63d5d5b428e8ace6423652d8691205bb129f0 (patch)
tree69c214f85143b61f22b6f19bf313a608c32c0999 /app/_locales/en
parent4d88e1cf862c3ae174780cd888d7703685db23e7 (diff)
downloadtangerine-wallet-browser-e9a63d5d5b428e8ace6423652d8691205bb129f0.tar.gz
tangerine-wallet-browser-e9a63d5d5b428e8ace6423652d8691205bb129f0.tar.zst
tangerine-wallet-browser-e9a63d5d5b428e8ace6423652d8691205bb129f0.zip
Default Privacy Mode to ON, allow force sharing address (#6904)
Diffstat (limited to 'app/_locales/en')
-rw-r--r--app/_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 1f60bfa57..f15dff386 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1,4 +1,16 @@
{
+ "shareAddress": {
+ "message": "Share Address"
+ },
+ "shareAddressToConnect": {
+ "message": "Share your address to connect to $1?"
+ },
+ "shareAddressInfo": {
+ "message": "Sharing your address with $1 will allow you to interact with this dapp. This permission is to protect your privacy by default."
+ },
+ "privacyModeDefault": {
+ "message": "Privacy Mode is now enabled by default"
+ },
"privacyMode": {
"message": "Privacy Mode"
},