diff --git a/Gemfile.lock b/Gemfile.lock index 6ef5a6b..d981efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,8 +221,6 @@ pundit (1.1.0) activesupport (>= 3.0.0) rack (1.6.4) - rack-mini-profiler (0.10.1) - rack (>= 1.2.0) rack-test (0.6.3) rack (>= 1.0) rails (4.2.7) @@ -347,7 +345,6 @@ omniauth-shibboleth protected_attributes pundit - rack-mini-profiler rack-test rails (= 4.2.7) railties diff --git a/app/views/static_pages/help.html.erb b/app/views/static_pages/help.html.erb index 6f2960c..20e6acf 100644 --- a/app/views/static_pages/help.html.erb +++ b/app/views/static_pages/help.html.erb @@ -30,7 +30,7 @@ application_name: Rails.configuration.branding[:application][:name])%>
- <%= raw t('help_page.body_text_tab_2_html', organisation_abbreviation: Rails.configuration.branding[:organisation][:abbreviation], organisation_url: Rails.configuration.branding[:organisation][:url]) %> + <%= raw t('help_page.body_text_tab_2_html', application_name: Rails.configuration.branding[:application][:name], organisation_abbreviation: Rails.configuration.branding[:organisation][:abbreviation], organisation_url: Rails.configuration.branding[:organisation][:url]) %>
diff --git a/config/locales/en-UK.yml b/config/locales/en-UK.yml index 7e544fc..bc33972 100644 --- a/config/locales/en-UK.yml +++ b/config/locales/en-UK.yml @@ -827,7 +827,7 @@ title: "Future plans" tab_1: "Releases" tab_2: "Get involved" - body_text_tab_1_html: "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

+ body_text_tab_1_html: "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including: