VRFS-1331 - JamKazam instead of Jamkazam

This commit is contained in:
Anthony Davis 2014-04-20 16:43:58 -05:00
parent 404670c9a5
commit f85f303da8
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
<% provide(:title, 'Jamkazam Password Changed') %>
<% provide(:title, 'JamKazam Password Changed') %>
You just changed your password at JamKazam.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
Understanding Jamkazam Email Layouts
Understanding JamKazam Email Layouts
====================================
We have two types of layouts;