fix: String interpolation (#6635)

This commit is contained in:
Tejaswini Chile
2023-03-09 13:50:26 +05:30
committed by GitHub
parent 4673cf8cf1
commit 757e1bb1f7

View File

@@ -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: