changed content of en mails
This commit is contained in:
parent
427f4fd1cd
commit
169386a941
8 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@ Your <%= c 'product_name' %> password has been changed
|
|||
|
||||
<p>Hi <%= d 'user.firstname' %>,</p>
|
||||
<br>
|
||||
<p>the password for your <%= c 'product_name' %> account <b><%= d 'user.login' %></b> has been changed recently.</p>
|
||||
<p>The password for your <%= c 'product_name' %> account <b><%= d 'user.login' %></b> has been changed recently.</p>
|
||||
<br>
|
||||
<p>This activity is not known to you? If not, contact your system administrator.</p>
|
||||
<br>
|
||||
|
|
|
@ -10,6 +10,6 @@ Reset your <%= c 'product_name' %> password
|
|||
<br>
|
||||
<p>This link takes you to a page where you can change your password.</p>
|
||||
<br>
|
||||
<p>If you don't want to reset your password, please ignore this message. Your password will not be reset.</p>
|
||||
<p>If you don't want to reset your password, please ignore this message. Your password will not be reseted.</p>
|
||||
<br>
|
||||
<p>Your <%= c 'product_name' %> Team</p>
|
||||
|
|
|
@ -2,7 +2,7 @@ Confirm your <%= c 'product_name' %> account, <%= d 'user.firstname' %> <%= d 'u
|
|||
|
||||
<p>Hi <%= d 'user.firstname' %>,</p>
|
||||
<br>
|
||||
<p>confirm your email address to complete your <%= c 'product_name' %> account. It's easy, just click the link below.</p>
|
||||
<p>Confirm your email address to complete your <%= c 'product_name' %> account. It's easy, just click the link below.</p>
|
||||
<br>
|
||||
<p><a href="<%= c 'http_type' %>://<%= c 'fqdn' %>/#email_verify/<%= d 'token.name' %>"><%= c 'http_type' %>://<%= c 'fqdn' %>/#email_verify/<%= d 'token.name' %></a></p>
|
||||
<br>
|
||||
|
|
|
@ -2,7 +2,7 @@ Test Ticket!
|
|||
|
||||
<p>Dear <%= d 'agent.firstname' %>,</p>
|
||||
<br>
|
||||
<p>this is a <b>Test Ticket</b>. I'm a customer and I need some help! :)</p>
|
||||
<p>This is a <b>test ticket</b>. I'm a customer and I need some help! :)</p>
|
||||
<br>
|
||||
<p><%= d 'customer.fullname' %></p>
|
||||
<br>
|
||||
|
|
|
@ -2,7 +2,7 @@ New Ticket (<%= d 'ticket.title' %>)
|
|||
|
||||
<p>Hi <%= d 'recipient.firstname' %>,</p>
|
||||
<br>
|
||||
<p>a new Ticket (<%= d 'ticket.title' %>) has been created by "<b><%= d 'ticket.updated_by.longname' %></b>".</p>
|
||||
<p>A new ticket (<%= d 'ticket.title' %>) has been created by "<b><%= d 'ticket.updated_by.longname' %></b>".</p>
|
||||
<br>
|
||||
<p>
|
||||
<%= t 'Group' %>: <%= d 'ticket.group.name' %><br>
|
||||
|
|
|
@ -2,7 +2,7 @@ Ticket is escalated (<%= d 'ticket.title' %>)
|
|||
|
||||
<p>Hi <%= d 'recipient.firstname' %>,</p>
|
||||
<br>
|
||||
<p>Ticket (<%= d 'ticket.title' %>) from "<b><%= d 'ticket.customer.longname' %></b>" is escalated since "<%= d 'ticket.escalation_time' %>"!</p>
|
||||
<p>A ticket (<%= d 'ticket.title' %>) from "<b><%= d 'ticket.customer.longname' %></b>" is escalated since "<%= d 'ticket.escalation_time' %>"!</p>
|
||||
<br>
|
||||
<% if @objects[:article] %>
|
||||
<p>
|
||||
|
|
|
@ -2,7 +2,7 @@ Ticket will escalated (<%= d 'ticket.title' %>)
|
|||
|
||||
<p>Hi <%= d 'recipient.firstname' %>,</p>
|
||||
<br>
|
||||
<p>Ticket (<%= d 'ticket.title' %>) from "<b><%= d 'ticket.customer.longname' %></b>" will escalated at "<%= d 'ticket.escalation_time' %>"!</p>
|
||||
<p>a ticket (<%= d 'ticket.title' %>) from "<b><%= d 'ticket.customer.longname' %></b>" will escalate at "<%= d 'ticket.escalation_time' %>"!</p>
|
||||
<br>
|
||||
<% if @objects[:article] %>
|
||||
<p>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
<p>Hi <%= d 'user.firstname' %>,</p>
|
||||
<br>
|
||||
<p>it looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
|
||||
<p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
|
||||
<br>
|
||||
<p>
|
||||
Your Location: <%= d 'user_device.location' %><br>
|
||||
Your location: <%= d 'user_device.location' %><br>
|
||||
Your IP: <%= d 'user_device.ip' %><br
|
||||
</p>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue