Remove /en-US/ from cookies link in footer

This commit is contained in:
Peter deHaan 2017-07-28 23:12:25 -07:00
parent 83f9853112
commit ae83e47813
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
2 changed files with 4 additions and 4 deletions

View file

@ -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';