mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: String interpolation (#6635)
This commit is contained in:
@@ -145,12 +145,12 @@ en:
|
||||
reply:
|
||||
email:
|
||||
header:
|
||||
from_with_name: '%{assignee_name} from %{inbox_name} <%{from_email}>'
|
||||
reply_with_name: '%{assignee_name} from %{inbox_name} <reply+%{reply_email}>'
|
||||
from_with_name: "%{assignee_name} from %{inbox_name} <%{from_email}>"
|
||||
reply_with_name: "%{assignee_name} from %{inbox_name} <reply+%{reply_email}>"
|
||||
channel_email:
|
||||
header:
|
||||
reply_with_name: '%{assignee_name} from %{inbox_name}'
|
||||
reply_with_inbox_name: '%{inbox_name} <%{from_email}>'
|
||||
reply_with_name: "%{assignee_name} from %{inbox_name}"
|
||||
reply_with_inbox_name: "%{inbox_name} <%{from_email}>"
|
||||
email_subject: "New messages on this conversation"
|
||||
transcript_subject: "Conversation Transcript"
|
||||
survey:
|
||||
|
||||
Reference in New Issue
Block a user