diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 0e20bfa1..7727df11 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -404,10 +404,6 @@
"block_sure_desc": { "message": "They will not be able to follow you or view your Tweets, and you will not see Tweets or notifications from @$SCREEN_NAME$.", "placeholders": { "screen_name": { "content": "CoolPerson2000" } } },
"blocked_by_user" : { "message": "@$SCREEN_NAME$ blocked you", "placeholders": { "screen_name": { "content": "CoolPerson2000" } } },
"why_you_cant_see_block_user": { "message": "You can't follow or see @$SCREEN_NAME$'s Tweets.", "placeholders": { "screen_name": { "content": "CoolPerson2000" } } },
- "nonexistent_user": { "message": "This account doesn't exist" },
- "nonexistent_user_desc": { "message": "Try searching for another." },
- "suspended_user": { "message": "Account suspended" },
- "suspended_user_desc": { "message": "The profile you are trying to view has been suspended. To return to your home timeline, click here." },
"you_blocked_user": { "message": "You blocked @$SCREEN_NAME$", "placeholders": { "screen_name": { "content": "CoolPerson2000" } } },
"do_you_want_see_blocked_user": { "message": "Are you sure you want to view these Tweets? Viewing Tweets won't unblock @$SCREEN_NAME$.", "placeholders": { "screen_name": { "content": "CoolPerson2000" } } },
"I_want_see_blocked_user": { "message": "Yes, view profile" },
@@ -643,5 +639,9 @@
"custom_downloadtemplate_hintTime": { "message": "{timestamp}
: Tweet's post date & time." },
"custom_downloadtemplate_hintExtension": { "message": "{extension}
: Downloaded tweet's file extension." },
"custom_downloadtemplate_hintID": { "message": "{id}
: Tweet's ID." },
- "custom_downloadtemplate_hintIndex": { "message": "{index}
: Index for each file to download. (for posts with multiple media)" }
+ "custom_downloadtemplate_hintIndex": { "message": "{index}
: Index for each file to download. (for posts with multiple media)" },
+ "nonexistent_user": { "message": "This account doesn't exist" },
+ "nonexistent_user_desc": { "message": "Try searching for another." },
+ "suspended_user": { "message": "Account suspended" },
+ "suspended_user_desc": { "message": "The profile you are trying to view has been suspended." }
}
diff --git a/layouts/settings/index.html b/layouts/settings/index.html
index ed42d072..fb93f0b4 100644
--- a/layouts/settings/index.html
+++ b/layouts/settings/index.html
@@ -255,9 +255,6 @@