FIX: Resolve missing variable in assigned-topic-list dropdown (#74)
This commit is contained in:
parent
43759bd8ef
commit
027d5dd40a
|
@ -13,7 +13,9 @@ export default DropdownSelectBoxComponent.extend({
|
||||||
id: "unassign",
|
id: "unassign",
|
||||||
icon: "user-times",
|
icon: "user-times",
|
||||||
name: I18n.t("discourse_assign.unassign.title"),
|
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",
|
id: "reassign",
|
||||||
|
|
Loading…
Reference in New Issue