diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 9dd7c36ad4..0c689beca9 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -1,4 +1,4 @@ -

<%= _('Sign up') %>

+

<%= _('Create account') %>

<% unless session["devise.shibboleth_data"].nil? %>

<%= (_("%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.") % { :application_name => Rails.configuration.branding[:application][:name] }).html_safe %> diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 40441b093b..92bfeb228f 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -38,9 +38,9 @@

- <%= _('Sign up') %> + <%= _('Create account') %>

- <%= _('New to %{application_name}? Sign up today.') % {:application_name => Rails.configuration.branding[:application][:name]} %> + <%= _('New to %{application_name}? Create an account today.') % {:application_name => Rails.configuration.branding[:application][:name]} %>

diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 14cca4fe42..4866e061d7 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -33,7 +33,7 @@