diff --git a/app/views/devise/registrations/_external_identifier.html.erb b/app/views/devise/registrations/_external_identifier.html.erb index 1097360..ee372c9 100644 --- a/app/views/devise/registrations/_external_identifier.html.erb +++ b/app/views/devise/registrations/_external_identifier.html.erb @@ -6,11 +6,11 @@ title: _("ORCID provides a persistent digital identifier that distinguishes you from other researchers. Learn more at orcid.org"), 'data-toggle': "tooltip" %> <% elsif scheme.name.downcase == 'shibboleth' %> - + - <%= link_to _('Link your organisational credentials'), + <%= link_to _('Link your institutional credentials'), Rails.application.routes.url_helpers.send("user_shibboleth_omniauth_authorize_path"), - title: _("Link your organisational credentials to access your account with them."), + title: _("Link your institutional credentials to access your account with them."), 'data-toggle': "tooltip" %> <% end %> <% else %> @@ -32,9 +32,9 @@ <% elsif scheme.name.downcase == 'shibboleth' %> <% titletext = _("Your account has been linked to your organisation. You can now login with that method.") %> <% unlinktext = _("Unlink your account from your organisation. You can link again at any time.") %> - <% unlinkconf = _("Are you sure you want to unlink your organisational credentials?") %> + <% unlinkconf = _("Are you sure you want to unlink your institutional credentials?") %> <% if scheme.user_landing_url.nil? %> - + <%= titletext %> <% else %> diff --git a/app/views/devise/registrations/_personal_details.html.erb b/app/views/devise/registrations/_personal_details.html.erb index 0a86324..058dc8c 100644 --- a/app/views/devise/registrations/_personal_details.html.erb +++ b/app/views/devise/registrations/_personal_details.html.erb @@ -42,7 +42,7 @@