From aa0ef51932bb82e8848c9f7d53babf628529d1c0 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 13 Jun 2017 18:28:43 +0100 Subject: [PATCH 1/2] i18n for setting password flow --- src/i18n/strings/en_EN.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 7961a48e2d..f96e2ae63d 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -908,5 +908,7 @@ "Your browser does not support the required cryptography extensions": "Your browser does not support the required cryptography extensions", "Not a valid Riot keyfile": "Not a valid Riot keyfile", "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", - "Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls" + "Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls", + "Do you want to set an email address?": "Do you want to set an email address?", + "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", } From 31b3b4687ada0c57b6a4089a88b2973a7fc7961b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 13 Jun 2017 18:34:33 +0100 Subject: [PATCH 2/2] Trailing comma --- src/i18n/strings/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index f96e2ae63d..ad00ea9275 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -910,5 +910,5 @@ "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", "Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls", "Do you want to set an email address?": "Do you want to set an email address?", - "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.", + "This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications." }