mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
Fix missing username in assignment message (#142)
This commit is contained in:
@@ -46,7 +46,7 @@ en:
|
||||
activity:
|
||||
status:
|
||||
resolved: "Conversation was marked resolved by %{user_name}"
|
||||
open: "Conversation was reopened by #{user_name}"
|
||||
open: "Conversation was reopened by %{user_name}"
|
||||
assignee:
|
||||
assigned: "Assigned to %{assignee_name} by %{user_name}"
|
||||
removed: "Conversation unassigned by %{user_name}"
|
||||
|
||||
Reference in New Issue
Block a user