Browse Source

Update Admin Login header

pull/313/head
baarkerlounger 3 years ago
parent
commit
df4b230be6
  1. 2
      app/views/devise/sessions/new.html.erb

2
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 %>

Loading…
Cancel
Save