fix: String interpolation (#6635)
This commit is contained in:
@@ -145,12 +145,12 @@ en:
|
|||||||
reply:
|
reply:
|
||||||
email:
|
email:
|
||||||
header:
|
header:
|
||||||
from_with_name: '%{assignee_name} from %{inbox_name} <%{from_email}>'
|
from_with_name: "%{assignee_name} from %{inbox_name} <%{from_email}>"
|
||||||
reply_with_name: '%{assignee_name} from %{inbox_name} <reply+%{reply_email}>'
|
reply_with_name: "%{assignee_name} from %{inbox_name} <reply+%{reply_email}>"
|
||||||
channel_email:
|
channel_email:
|
||||||
header:
|
header:
|
||||||
reply_with_name: '%{assignee_name} from %{inbox_name}'
|
reply_with_name: "%{assignee_name} from %{inbox_name}"
|
||||||
reply_with_inbox_name: '%{inbox_name} <%{from_email}>'
|
reply_with_inbox_name: "%{inbox_name} <%{from_email}>"
|
||||||
email_subject: "New messages on this conversation"
|
email_subject: "New messages on this conversation"
|
||||||
transcript_subject: "Conversation Transcript"
|
transcript_subject: "Conversation Transcript"
|
||||||
survey:
|
survey:
|
||||||
|
|||||||
Reference in New Issue
Block a user