Skip to content
Snippets Groups Projects
Commit 5a9ee0b9 authored by Jared Hancock's avatar Jared Hancock
Browse files

Change %{recipient} to %{recipient.name}

parent bc598168
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ notes: |
subject: |
New Message Alert
body: |
<h3><strong>Hi %{recipient},</strong></h3>
<h3><strong>Hi %{recipient.name},</strong></h3>
New message appended to ticket <a
href="%{ticket.staff_link}">#%{ticket.number}</a>
<br>
......
......@@ -12,7 +12,7 @@ notes: |
subject: |
New Internal Note Alert
body: |
<h3><strong>Hi %{recipient},</strong></h3>
<h3><strong>Hi %{recipient.name},</strong></h3>
An internal note has been appended to ticket <a
href="%{ticket.staff_link}">#%{ticket.number}</a>
<br>
......
......@@ -12,7 +12,7 @@ notes: |
subject: |
New Ticket Alert
body: |
<h2>Hi %{recipient},</h2>
<h2>Hi %{recipient.name},</h2>
New ticket #%{ticket.number} created
<br>
<br>
......
......@@ -14,7 +14,7 @@ notes: |
subject: |
Stale Ticket Alert
body: |
<h3><strong>Hi %{recipient}</strong>,</h3>
<h3><strong>Hi %{recipient.name}</strong>,</h3>
A ticket, <a href="%{ticket.staff_link}">#%{ticket.number}</a> is
seriously overdue.
<br>
......
......@@ -11,7 +11,7 @@ notes: |
subject: |
Ticket #%{ticket.number} transfer - %{ticket.dept.name}
body: |
<h3>Hi %{recipient},</h3>
<h3>Hi %{recipient.name},</h3>
Ticket <a href="%{ticket.staff_link}">#%{ticket.number}</a> has been
transferred to the %{ticket.dept.name} department by
<strong>%{staff.name.short}</strong>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment