From b2ecb874624cd9a36085c7d834abf6f3f5aa8736 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Mon, 15 Apr 2019 10:31:19 +1000 Subject: [PATCH] Review fixes --- _locales/en/messages.json | 5 +++++ background.html | 6 ++---- js/views/seed_dialog_view.js | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 02d3d29de..bb02e1c9b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1825,6 +1825,11 @@ "Button action that the user can click to view their unique seed" }, + "seedViewTitle": { + "message": "Please save the seed below in a safe location. They can be used to restore your account if you lose access or migrate to a new device.", + "description": "The title shown when the user views their seeds" + }, + "copiedMnemonic": { "message": "Copied seed to clipboard", "description": diff --git a/background.html b/background.html index 66593c33f..d87df947c 100644 --- a/background.html +++ b/background.html @@ -238,7 +238,7 @@
- Please type in your password + {{ passwordViewTitle }}
@@ -253,9 +253,7 @@