diff --git a/app/views/branded/home/_welcome.html.erb b/app/views/branded/home/_welcome.html.erb index d0314d7..cdb6e83 100644 --- a/app/views/branded/home/_welcome.html.erb +++ b/app/views/branded/home/_welcome.html.erb @@ -2,6 +2,5 @@

<%= _('Welcome.')%>

<%= raw _('

%{application_name} has been developed by the %{organisation_name} to help you write data management plans.

') % {:application_name => Rails.configuration.branding[:application][:name], :organisation_name => Rails.configuration.branding[:organisation][:name]} %> -