FIX: Resolve missing variable in assigned-topic-list dropdown (#74)

This commit is contained in:
Ahmed Gagan 2020-07-13 17:08:04 +05:30 committed by GitHub
parent 43759bd8ef
commit 027d5dd40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ export default DropdownSelectBoxComponent.extend({
id: "unassign",
icon: "user-times",
name: I18n.t("discourse_assign.unassign.title"),
description: I18n.t("discourse_assign.unassign.help")
description: I18n.t("discourse_assign.unassign.help", {
username: this.topic.assigned_to_user.username
})
},
{
id: "reassign",