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",