From 37b51b8a2aa3ff0715e84a5d2f3e7f28d95774c1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 30 May 2017 12:25:27 +0100 Subject: [PATCH] translate login button --- src/components/structures/LoginBox.js | 2 +- src/i18n/strings/en_EN.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/structures/LoginBox.js b/src/components/structures/LoginBox.js index 7a1e56cf..445585a7 100644 --- a/src/components/structures/LoginBox.js +++ b/src/components/structures/LoginBox.js @@ -69,7 +69,7 @@ module.exports = React.createClass({ loginButton = (
- Login + { _t("Login") }
); diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 039f5b76..5a2c4e26 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -51,6 +51,7 @@ "Invite to this room": "Invite to this room", "Keywords": "Keywords", "Leave": "Leave", + "Login": "Login", "Low Priority": "Low Priority", "Members": "Members", "Mentions only": "Mentions only",