From 0bbce1c1403b7edd191a0ef39f39e7ab1a48c2a5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 11 Jul 2017 17:00:04 +0100 Subject: [PATCH] Add missing i18n string This should have been part of https://github.com/vector-im/riot-web/pull/4557/files --- src/i18n/strings/en_EN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 10c21a62d7..30ebd1bde0 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -204,5 +204,6 @@ "You have successfully set a password and an email address!": "You have successfully set a password and an email address!", "Remember, you can always set an email address in user settings if you change your mind.": "Remember, you can always set an email address in user settings if you change your mind.", "To return to your account in future you need to set a password": "To return to your account in future you need to set a password", - "Set Password": "Set Password" + "Set Password": "Set Password", + "Couldn't load home page": "Couldn't load home page", }