FIX: adds a title to composer actions header

This commit is contained in:
Joffrey JAFFEUX 2018-06-18 19:01:37 +02:00 committed by GitHub
parent 6e54af1091
commit 3fc82bf200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -61,12 +61,15 @@ export default DropdownSelectBoxComponent.extend({
case CREATE_TOPIC:
case REPLY:
content.icon = "mail-forward";
content.title = I18n.t("composer.composer_actions.reply");
break;
case EDIT:
content.icon = "pencil";
content.title = I18n.t("composer.composer_actions.edit");
break;
case CREATE_SHARED_DRAFT:
content.icon = "clipboard";
content.title = I18n.t("composer.composer_actions.draft");
break;
}

View File

@ -1373,6 +1373,9 @@ en:
admin_options_title: "Optional staff settings for this topic"
composer_actions:
reply: Reply
draft: Draft
edit: Edit
reply_to_post:
label: Reply to post %{postNumber} by %{postUsername}
desc: Reply to a specific post