diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2019-05-09 02:57:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 02:57:21 +0800 |
commit | 56ed189aeb4ebc8e5dff7a6886e07791ce6569bb (patch) | |
tree | ad3471ba0d715e9ae00c9aff2620992ae46435af /app/_locales/en | |
parent | 0497d209b2adb4ac026a54159069fd44aaace9f7 (diff) | |
download | tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar.gz tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar.bz2 tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar.lz tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar.xz tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.tar.zst tangerine-wallet-browser-56ed189aeb4ebc8e5dff7a6886e07791ce6569bb.zip |
Auto logout after specific time (#6558)
* Add i18n strings
* Finish Auto timeout
* Fix linter
* Fix copies
* Add unit test to Advanced Tab component
* Add back actions and container
* Add basic test to ensure container completeness
* No zero, fix linters
* restrict negative in input
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 184507cbb..7a5f9297c 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -154,6 +154,12 @@ "attributions": { "message": "Attributions" }, + "autoLogoutTimeLimit": { + "message": "Auto-Logout Timer (minutes)" + }, + "autoLogoutTimeLimitDescription": { + "message": "Set the number of idle time in minutes before Metamask automatically log out" + }, "available": { "message": "Available" }, |