diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 1fd1d7be8..9daa5fab6 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,5 +1,5 @@ <% if resource_name == :admin_user %> - <% title = "CORE Admin Sign in" %> + <% title = "Sign in to your CORE administration account" %> <% else %> <% title = "Sign in to your account to submit CORE data" %> <% end %>