diff --git a/app/assets/javascripts/discourse/templates/composer.js.handlebars b/app/assets/javascripts/discourse/templates/composer.js.handlebars
index 864661cd703..46021916ebc 100644
--- a/app/assets/javascripts/discourse/templates/composer.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/composer.js.handlebars
@@ -19,7 +19,7 @@
-
+
{{#if content.viewOpen}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 4f8a55013b5..1711431db7c 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -331,6 +331,7 @@ en:
undo_title: "Undo"
redo_title: "Redo"
help: "Markdown Editing Help"
+ toggler: "hide or show the composer panel"
notifications:
title: "notifications of @name mentions, replies to your posts and topics, private messages, etc"