diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f431e22ce..15c65f464 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1656,5 +1656,18 @@ "editProfileDisplayNameWarning": { "message": "Note: Your display name will be visible to your contacts", "description": "Shown to the user as a warning about setting display name" + }, + + "copyPublicKey": { + "message": "Copy public key", + "description": "Button action that the user can click to copy their public keys" + }, + "copiedPublicKey": { + "message": "Copied public key", + "description": "A toast message telling the user that the key was copied" + }, + "editDisplayName": { + "message": "Edit display name", + "description": "Button action that the user can click to edit their display name" } } diff --git a/background.html b/background.html index c39cdce82..d011f79f9 100644 --- a/background.html +++ b/background.html @@ -91,7 +91,11 @@