diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js
index 714f7a6881..020c3e49b0 100644
--- a/src/components/structures/UserSettings.js
+++ b/src/components/structures/UserSettings.js
@@ -851,7 +851,7 @@ module.exports = React.createClass({
ipcRenderer.send('settings_set', 'auto-launch', e.target.checked);
}}
/>
-
+
;
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 5abb27e2b7..38d9648d1a 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -673,5 +673,6 @@
"%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)schanged their avatar %(repeats)s times",
"%(severalUsers)schanged their avatar": "%(severalUsers)schanged their avatar",
"%(oneUser)schanged their avatar": "%(oneUser)schanged their avatar",
- "Please select the destination room for this message": "Please select the destination room for this message"
+ "Please select the destination room for this message": "Please select the destination room for this message",
+ "Start automatically after system login": "Start automatically after system login"
}