diff --git a/app/assets/javascripts/welcome.js b/app/assets/javascripts/welcome.js index c483427a1..a701215dd 100644 --- a/app/assets/javascripts/welcome.js +++ b/app/assets/javascripts/welcome.js @@ -91,9 +91,11 @@ $(function() { } function showPopup() { - if (getUrlVar('nopopup') != "true") { - if(getCookie(activeCookieName()) != "dismiss"){ - BetaPopup.popup(popupCopy(), "welcome-tour"); + if(onDesignPrinciples()) { + if (getUrlVar('nopopup') != "true") { + if(getCookie(activeCookieName()) != "dismiss"){ + BetaPopup.popup(popupCopy(), "welcome-tour"); + } } } } diff --git a/app/views/root/_base.html.erb b/app/views/root/_base.html.erb index a42263339..272281223 100644 --- a/app/views/root/_base.html.erb +++ b/app/views/root/_base.html.erb @@ -5,7 +5,7 @@ - <%= content_for?(:title) ? yield(:title) : "GOV.UK - This is a trial ‘beta’ version of the UK government's official website" %> + <%= content_for?(:title) ? yield(:title) : "GOV.UK - The best place to find government services and information" %> <%= stylesheet_link_tag local_assigns[:css_file] || 'application' %> @@ -47,7 +47,7 @@