diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 15c65f464..f079b38d0 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1669,5 +1669,10 @@ "editDisplayName": { "message": "Edit display name", "description": "Button action that the user can click to edit their display name" + }, + + "copiedMnemonic": { + "message": "Copied mnemonic to clipboard", + "description": "A toast message telling the user that the mnemonic was copied" } } diff --git a/background.html b/background.html index d011f79f9..5e8457eb6 100644 --- a/background.html +++ b/background.html @@ -598,27 +598,46 @@