VRFS-1331 - JamKazam instead of Jamkazam
This commit is contained in:
parent
404670c9a5
commit
f85f303da8
|
|
@ -1,5 +1,5 @@
|
|||
<% provide(:title, 'Confirm Email') %>
|
||||
|
||||
<p>Welcome to Jamkazam, <%= @user.first_name %>!</p>
|
||||
<p>Welcome to JamKazam, <%= @user.first_name %>!</p>
|
||||
|
||||
<p>To confirm this email address, please go to the <a style="color: #588C98;" href="<%= @signup_confirm_url %>">signup confirmation page</a>.</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Welcome to Jamkazam, <%= @user.first_name %>!
|
||||
Welcome to JamKazam, <%= @user.first_name %>!
|
||||
|
||||
To confirm this email address, please go to the signup confirmation page at: <%= @signup_confirm_url %>.
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
<% provide(:title, 'Jamkazam Password Changed') %>
|
||||
<% provide(:title, 'JamKazam Password Changed') %>
|
||||
|
||||
You just changed your password at JamKazam.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<% provide(:title, 'Jamkazam Password Reset') %>
|
||||
<% provide(:title, 'JamKazam Password Reset') %>
|
||||
|
||||
Visit this link so that you can change your Jamkazam password: <a style="color: #588C98;" href="<%= @password_reset_url %>">reset password</a>.
|
||||
Visit this link so that you can change your JamKazam password: <a style="color: #588C98;" href="<%= @password_reset_url %>">reset password</a>.
|
||||
|
|
@ -1 +1 @@
|
|||
Visit this link so that you can change your Jamkazam password: <a href="<%= @password_reset_url %>">Reset Password</a>.
|
||||
Visit this link so that you can change your JamKazam password: <a href="<%= @password_reset_url %>">Reset Password</a>.
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
<% provide(:title, 'Jamkazam Email Confirmed') %>
|
||||
<% provide(:title, 'JamKazam Email Confirmed') %>
|
||||
|
||||
<b><%= @user.email %></b> has been confirmed as your new email address.
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
<% provide(:title, 'Please Confirm New Jamkazam Email') %>
|
||||
<% provide(:title, 'Please Confirm New JamKazam Email') %>
|
||||
|
||||
Please click the following link to confirm your change in email: <a style="color: #588C98;" href="<%= @user.update_email_confirmation_url %>">confirm email</a>.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Understanding Jamkazam Email Layouts
|
||||
Understanding JamKazam Email Layouts
|
||||
====================================
|
||||
|
||||
We have two types of layouts;
|
||||
|
|
|
|||
Loading…
Reference in New Issue