Skip to content

Commit 96a74fb

Browse files
committed
Rebrand accounts to mooc.fi accounts
1 parent 10aabf5 commit 96a74fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/views/sessions/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class='login-align'>
22
<div class='login-container'>
3-
<h1>Sign in to TestMyCode</h1>
3+
<h1>Sign in to TestMyCode with your mooc.fi account</h1>
44
<%= render 'sessions/login_form' %>
55
<% if can? :create, User %>
66
<p>

app/views/user_mailer/destroy_confirmation.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<p>Hello!</p>
88

9-
<p>You have requested deleting your TestMyCode account "<%= @user.login %>".</p>
9+
<p>You have requested deleting your mooc.fi account "<%= @user.login %>".</p>
1010

1111
<p>Please proceed to the following link to continue the deletion process.</p>
1212

app/views/user_mailer/destroy_confirmation.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hello!
22

3-
You have requested deleting your TestMyCode account "<%= @user.login %>".
3+
You have requested deleting your mooc.fi account "<%= @user.login %>".
44

55
Please proceed to the following link to continue the deletion process.
66

app/views/user_mailer/email_confirmation.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<p>Hey there!</p>
88

9-
<p>Please click the following link to confirm that this is your email address for the TestMyCode account "<%= @user.login %>".</p>
9+
<p>Please click the following link to confirm that this is your email address for the mooc.fi account "<%= @user.login %>".</p>
1010

1111
<a href="<%= @url %>"><%= @url %></a>
1212

app/views/user_mailer/email_confirmation.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hey there!
22

3-
Please click the following link to confirm that this is your email address for the TestMyCode account "<%= @user.login %>"
3+
Please click the following link to confirm that this is your email address for the mooc.fi account "<%= @user.login %>"
44

55
<%= @url %>
66

0 commit comments

Comments
 (0)