diff --git a/src/components/structures/LoginBox.js b/src/components/structures/LoginBox.js
index 7a1e56cfea..445585a758 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 039f5b76d3..5a2c4e265c 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",