Browse Source

changed content of en mails

Roy Kaldung 9 years ago
parent
commit
169386a941

+ 1 - 1
app/views/mailer/password_change/en.html.erb

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

+ 1 - 1
app/views/mailer/password_reset/en.html.erb

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

+ 1 - 1
app/views/mailer/signup/en.html.erb

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

+ 1 - 1
app/views/mailer/test_ticket/en.html.erb

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

+ 1 - 1
app/views/mailer/ticket_create/en.html.erb

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

+ 1 - 1
app/views/mailer/ticket_escalation/en.html.erb

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

+ 1 - 1
app/views/mailer/ticket_escalation_warning/en.html.erb

@@ -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 - 2
app/views/mailer/user_device/en.html.erb

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