diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2019-03-30 00:24:03 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-03-30 00:24:03 +0800 |
commit | adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75 (patch) | |
tree | 24c8f8d666b2b9ab9572862d18effc23c1e3b8d1 /app/_locales/en | |
parent | 1d14646a4cb5d35753943b9c8cc8dfe2fb3e7769 (diff) | |
download | tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar.gz tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar.bz2 tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar.lz tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar.xz tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.tar.zst tangerine-wallet-browser-adcf03eacc4ec5b6dc0e753ce81b2df6071e1f75.zip |
About tab copy changes; Update route for Info & Help in account menu (#6356)
Diffstat (limited to 'app/_locales/en')
-rw-r--r-- | app/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 72695c120..154925d1a 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -44,6 +44,12 @@ "providerRequestInfo": { "message": "This site is requesting access to view your current account address. Always make sure you trust the sites you interact with." }, + "about": { + "message": "About" + }, + "aboutSettingsDescription": { + "message": "Version, support center, and contact info." + }, "aboutUs": { "message": "About Us" }, |