diff --git a/app/views/curation_mailer/source_requires_approval.html.erb b/app/views/curation_mailer/source_requires_approval.html.erb
index 423e3ae35..6784c624a 100644
--- a/app/views/curation_mailer/source_requires_approval.html.erb
+++ b/app/views/curation_mailer/source_requires_approval.html.erb
@@ -1,5 +1,5 @@
- You are receiving this automated email because you are a curator of TeSS.
+ You are receiving this automated email because you are a curator of <%= TeSS::Config.site['title_short'] %>.
diff --git a/app/views/curation_mailer/source_requires_approval.text.erb b/app/views/curation_mailer/source_requires_approval.text.erb
index d4827e884..ffc5b885b 100644
--- a/app/views/curation_mailer/source_requires_approval.text.erb
+++ b/app/views/curation_mailer/source_requires_approval.text.erb
@@ -1,4 +1,4 @@
-You are receiving this automated email because you are a curator of TeSS.
+You are receiving this automated email because you are a curator of <%= TeSS::Config.site['title_short'] %>.
<%= @user.name %> (<%= url_for(@user) %>) has requested approval of an ingestion source:
diff --git a/app/views/curation_mailer/user_requires_approval.html.erb b/app/views/curation_mailer/user_requires_approval.html.erb
index 57d9253a4..2ad705fff 100644
--- a/app/views/curation_mailer/user_requires_approval.html.erb
+++ b/app/views/curation_mailer/user_requires_approval.html.erb
@@ -1,9 +1,9 @@
- You are receiving this automated email because you are a curator of TeSS.
+ You are receiving this automated email because you are a curator of <%= TeSS::Config.site['title_short'] %>.
- <%= @user.name %> has registered an account on TeSS and created the following <%= pluralize(@resources.count, 'resource') -%>:
+ <%= @user.name %> has registered an account on <%= TeSS::Config.site['title_short'] %> and created the following <%= pluralize(@resources.count, 'resource') -%>:
@@ -20,7 +20,7 @@
- Approve - Mark this user as safe, un-hiding their existing and future content.
- - Reject - Mark this user as a spammer, preventing them from creating further content on TeSS.
+ - Reject - Mark this user as a spammer, preventing them from creating further content on <%= TeSS::Config.site['title_short'] %>.
<%= link_to('Click here to approve or reject this user', curate_users_url(with_content: true)) %>
diff --git a/app/views/curation_mailer/user_requires_approval.text.erb b/app/views/curation_mailer/user_requires_approval.text.erb
index 3a2efb6b6..2471e7d50 100644
--- a/app/views/curation_mailer/user_requires_approval.text.erb
+++ b/app/views/curation_mailer/user_requires_approval.text.erb
@@ -1,6 +1,6 @@
-You are receiving this automated email because you are a curator of TeSS.
+You are receiving this automated email because you are a curator of <%= TeSS::Config.site['title_short'] %>.
-<%= @user.name %> has registered an account on TeSS and created the following <%= pluralize(@resources.count, 'resource') -%>:
+<%= @user.name %> has registered an account on <%= TeSS::Config.site['title_short'] %> and created the following <%= pluralize(@resources.count, 'resource') -%>:
<% @resources.each do |resource| -%>
* <%= resource.title %> - <%= url_for(resource) %>
URL: <%= resource.respond_to?(:url) ? resource.url : 'n/a'-%>
@@ -9,7 +9,7 @@ You are receiving this automated email because you are a curator of TeSS.
This user's resources are currently hidden. As a curator, you can decide whether to:
"Approve" - Mark this user as safe, un-hiding their existing and future content.
-"Reject" - Mark this user as a spammer, preventing them from creating further content on TeSS.
+"Reject" - Mark this user as a spammer, preventing them from creating further content on <%= TeSS::Config.site['title_short'] %>.
To approve or reject this user, please visit:
<%= curate_users_url(with_content: true) %>
diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index 42db4b4a6..9efc82831 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb
@@ -34,7 +34,7 @@
Cancel my account
- Want to leave TeSS? <%= button_to "Delete account", registration_path(resource_name), data: { confirm: "Are you sure you want to delete your account? There is no going back once you perform this action." }, method: :delete, :class => 'btn btn-danger' %>
+ Want to leave <%= TeSS::Config.site['title_short'] %>? <%= button_to "Delete account", registration_path(resource_name), data: { confirm: "Are you sure you want to delete your account? There is no going back once you perform this action." }, method: :delete, :class => 'btn btn-danger' %>
diff --git a/app/views/devise/shared/_links.html.erb b/app/views/devise/shared/_links.html.erb
index ab9efdf00..6b935900e 100644
--- a/app/views/devise/shared/_links.html.erb
+++ b/app/views/devise/shared/_links.html.erb
@@ -1,10 +1,10 @@
<%- if controller_name != 'sessions' %>
- - Already on TeSS? <%= link_to 'Log in', new_session_path(resource_name) %>
+ - Already on <%= TeSS::Config.site['title_short'] %>? <%= link_to 'Log in', new_session_path(resource_name) %>
<% end -%>
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
- - New to TeSS? <%= link_to 'Register', new_registration_path(resource_name) %>
+ - New to <%= TeSS::Config.site['title_short'] %>? <%= link_to 'Register', new_registration_path(resource_name) %>
<% end -%>
<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
diff --git a/app/views/static/showcase.html.erb b/app/views/static/showcase.html.erb
index 30dd319d8..db5c794ae 100644
--- a/app/views/static/showcase.html.erb
+++ b/app/views/static/showcase.html.erb
@@ -10,7 +10,7 @@
Theme example
-
This is a template showcasing various components with the current TeSS theme applied.
+
This is a template showcasing various components with the current <%= TeSS::Config.site['title_short'] %> theme applied.