diff --git a/app/assets/javascripts/discourse/templates/modal/flag.hbs b/app/assets/javascripts/discourse/templates/modal/flag.hbs index 7a29c44fc1d..290c321a91d 100644 --- a/app/assets/javascripts/discourse/templates/modal/flag.hbs +++ b/app/assets/javascripts/discourse/templates/modal/flag.hbs @@ -5,7 +5,7 @@ {{#if f.isNotifyUser}}

{{f.formattedName}}

- + {{#if f.showMessageInput}} {{textarea name="message" class="flag-message" placeholder=f.customPlaceholder value=f.message}}
{{f.customMessageLength}}