diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js
index 564d964c13..dbb1aa3431 100644
--- a/public/src/forum/topic.js
+++ b/public/src/forum/topic.js
@@ -754,7 +754,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
}
socket.emit('topics.markAsRead', {tid: tid, uid: app.uid});
-
createNewPosts(data);
});
diff --git a/public/templates/composer.tpl b/public/templates/composer.tpl
index cf4c4bd83f..6d131019c5 100644
--- a/public/templates/composer.tpl
+++ b/public/templates/composer.tpl
@@ -39,12 +39,12 @@
-
Drag and Drop Images Here
+ [[topic:composer.drag_and_drop_images]]
- Content is parsed with Markdown.
- Upload images by dragging & dropping them.
+ [[topic:composer.content_is_parsed_with]] Markdown.
+ [[topic:composer.upload_instructions]]
diff --git a/public/templates/header.tpl b/public/templates/header.tpl
index 650097c4c8..aad9c657ab 100644
--- a/public/templates/header.tpl
+++ b/public/templates/header.tpl
@@ -79,7 +79,7 @@
- [[global:header.search]]
+ [[global:header.search]]
@@ -111,7 +111,7 @@
- [[notifications:title]]
+ [[notifications:title]]
@@ -170,20 +170,17 @@