diff --git a/browser/installer/windows/nsis/branding.nsi b/browser/installer/windows/nsis/branding.nsi index abbdfdf3d21f..ea40d90911ed 100644 --- a/browser/installer/windows/nsis/branding.nsi +++ b/browser/installer/windows/nsis/branding.nsi @@ -44,7 +44,7 @@ !define CompanyName "Mozilla" !define URLInfoAbout "http://www.mozilla.org/" !define URLUpdateInfo "http://www.mozilla.org/products/firefox/" -!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}%20(${AB_CD})/exit.html" +!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html" # Percentage of new "Standard" installs to enable talkback for !define RandomPercent "75" diff --git a/other-licenses/branding/firefox/branding.nsi b/other-licenses/branding/firefox/branding.nsi index d7a7dcd81692..d9bc17674620 100755 --- a/other-licenses/branding/firefox/branding.nsi +++ b/other-licenses/branding/firefox/branding.nsi @@ -44,7 +44,7 @@ !define CompanyName "Mozilla" !define URLInfoAbout "http://www.mozilla.org/" !define URLUpdateInfo "http://www.mozilla.org/products/firefox/" -!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}%20(${AB_CD})/exit.html" +!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html" # Percentage of new "Standard" installs to enable talkback for !define RandomPercent "10"