DEV: Use consistent interpolation key format in translations
This commit is contained in:
parent
333d1071f3
commit
5d8642f1c3
|
@ -13,7 +13,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: "<p><span>{{username}}</span> {{description}}</p>"
|
assign_notification: "<p><span>%{username}</span> %{description}</p>"
|
||||||
unassign:
|
unassign:
|
||||||
title: "Unassign"
|
title: "Unassign"
|
||||||
help: "Unassign %{username} from Topic"
|
help: "Unassign %{username} from Topic"
|
||||||
|
|
Loading…
Reference in New Issue