From 7e24c9cb7a308f7b74d5e833ff2d29cd834e7661 Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Tue, 17 Jan 2017 14:55:45 +0000 Subject: [PATCH] Remove the title attribute To match the change made to GOV.UK elements: https://github.com/alphagov/govuk_elements/pull/389 --- app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.js b/app/config.js index 4ab8f6a474..0b66a53cfa 100644 --- a/app/config.js +++ b/app/config.js @@ -19,6 +19,6 @@ module.exports = { useHttps: 'true', // Cookie warning - update link to service's cookie page. - cookieText: 'GOV.UK uses cookies to make the site simpler. Find out more about cookies' + cookieText: 'GOV.UK uses cookies to make the site simpler. Find out more about cookies' }