From ae83e4781313b24190d7edd4fe8e2ec22773bc11 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Fri, 28 Jul 2017 23:12:25 -0700 Subject: [PATCH] Remove /en-US/ from cookies link in footer --- frontend/src/utils.js | 2 +- views/layouts/main.handlebars | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/utils.js b/frontend/src/utils.js index 8fd08ccd..e40276c8 100644 --- a/frontend/src/utils.js +++ b/frontend/src/utils.js @@ -85,7 +85,7 @@ function findMetric(href) { return 'privacy'; case 'https://testpilot.firefox.com/terms': return 'terms'; - case 'https://www.mozilla.org/en-US/privacy/websites/#cookies': + case 'https://www.mozilla.org/privacy/websites/#cookies': return 'cookies'; case 'https://github.com/mozilla/send': return 'github'; diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 4609d7c3..c5407bcc 100644 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -37,11 +37,11 @@ - +