remove icon ref in assign_notification locale
This commit is contained in:
parent
613cf478a0
commit
903f1260a8
|
@ -8,7 +8,7 @@ en:
|
||||||
cant_act_unclaimed: "You must claim this topic before acting on flags."
|
cant_act_unclaimed: "You must claim this topic before acting on flags."
|
||||||
assigned: "Assigned"
|
assigned: "Assigned"
|
||||||
assigned_to: "Assigned to"
|
assigned_to: "Assigned to"
|
||||||
assign_notification: "<i title='assigned' class='fa fa-user-plus'></i><p><span>{{username}}</span> {{description}}</p>"
|
assign_notification: "<p><span>{{username}}</span> {{description}}</p>"
|
||||||
unassign_all:
|
unassign_all:
|
||||||
title: "Unassign All"
|
title: "Unassign All"
|
||||||
confirm: "Are you sure you want to unassign all topics from {{username}}?"
|
confirm: "Are you sure you want to unassign all topics from {{username}}?"
|
||||||
|
|
Loading…
Reference in New Issue