UX: Prompt for custom invite message was hard to translate

This commit is contained in:
Gerhard Schlager
2018-10-08 17:34:17 +02:00
parent eb3ed7f6fd
commit 97ad9e9d9b
2 changed files with 2 additions and 3 deletions
@@ -33,7 +33,7 @@
{{/if}}
{{#if showCustomMessage}}
<label><span class='optional'>{{i18n 'invite.custom_message'}}</span> <a {{action "showCustomMessageBox"}}>{{i18n 'invite.custom_message_link'}}</a>.</label>
<label>{{discourse-linked-text class="optional" action="showCustomMessageBox" text="invite.custom_message"}}</label>
{{#if hasCustomMessage}}{{textarea value=customMessage placeholder=customMessagePlaceholder}}{{/if}}
{{/if}}