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') -%>: