diff --git a/src/components/views/room_settings/ColorSettings.js b/src/components/views/room_settings/ColorSettings.js
index 2c18cb74f9..5fc845a541 100644
--- a/src/components/views/room_settings/ColorSettings.js
+++ b/src/components/views/room_settings/ColorSettings.js
@@ -20,7 +20,6 @@ var sdk = require('../../../index');
var Tinter = require('../../../Tinter');
var MatrixClientPeg = require("../../../MatrixClientPeg");
var Modal = require("../../../Modal");
-import { _t } from '../../../languageHandler';
import dis from '../../../dispatcher';
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 0ecbf3da55..3619424d19 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -481,7 +481,6 @@
"%(roomName)s is not accessible at this time.": "%(roomName)s is not accessible at this time.",
"Rooms": "Rooms",
"Save": "Save",
- "Saving room color settings is only available to registered users": "Saving room color settings is only available to registered users",
"Scroll to bottom of page": "Scroll to bottom of page",
"Scroll to unread messages": "Scroll to unread messages",
"Search": "Search",
@@ -648,7 +647,7 @@
"Who would you like to communicate with?": "Who would you like to communicate with?",
"Searching known users": "Searching known users",
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s withdrew %(targetName)s's invitation.",
- "Would you like to accept or decline this invitation?": "Would you like to accept or decline this invitation?".
+ "Would you like to accept or decline this invitation?": "Would you like to accept or decline this invitation?",
"You already have existing direct chats with this user:": "You already have existing direct chats with this user:",
"You are already in a call.": "You are already in a call.",
"You're not in any rooms yet! Press": "You're not in any rooms yet! Press",