diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb index ba153a0..0824e7b 100644 --- a/app/views/projects/new.html.erb +++ b/app/views/projects/new.html.erb @@ -8,7 +8,9 @@
<%= raw t("helpers.project.confirmation_text_desc")%>
+<%= raw t("helpers.project.confirmation_text_desc", + organisation_url: Rails.configuration.branding[:organisation][:url], + organisation_abbreviation: Rails.configuration.branding[:organisation][:abbreviation])%>
<%= constant("organisation_types.funder")%>: <%= t("helpers.none")%>
<%= raw t("helpers.project.default_confirmation_text_desc")%>
<%= raw t("helpers.project.default_confirmation_text_desc", + organisation_url: Rails.configuration.branding[:organisation][:url], + organisation_abbreviation: Rails.configuration.branding[:organisation][:abbreviation]) %>
<%= raw t("helpers.project.alert_default_template_text_html", :org_name => current_user.organisation.name )%>