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 @@