diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js
index e914f64859..5af1ed42c6 100644
--- a/src/components/structures/UserSettings.js
+++ b/src/components/structures/UserSettings.js
@@ -865,10 +865,10 @@ module.exports = React.createClass({
const platform = PlatformPeg.get();
if ('canSelfUpdate' in platform && platform.canSelfUpdate()) {
return
-
Updates
+
{_t('Updates')}
-
- Check for update
+
+ {_t('Check for update')}
;
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 92c6b74444..b9f3c6b36d 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -822,6 +822,8 @@
"Online": "Online",
"Idle": "Idle",
"Offline": "Offline",
+ "Updates": "Updates",
+ "Check for update": "Check for update",
"Disable URL previews for this room (affects only you)": "Disable URL previews for this room (affects only you)",
"$senderDisplayName changed the room avatar to
": "$senderDisplayName changed the room avatar to
",
"%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.",