Use locale-agnostic Firefox download link (#12251)

This link redirects to the most suitable language for the user based on their browser's `Accept-Language` header.
This commit is contained in:
Adrian
2019-10-25 11:19:56 +02:00
committed by Ben Schumacher
parent 89317487b8
commit a622ba412e

View File

@@ -127,7 +127,7 @@ func renderBrowserFirefox(app *app.App) Browser {
"/static/images/browser-icons/firefox.svg",
app.T("web.error.unsupported_browser.browser_title.firefox"),
app.T("web.error.unsupported_browser.min_browser_version.firefox"),
"https://www.mozilla.org/en-CA/firefox/new/",
"https://www.mozilla.org/firefox/new/",
app.T("web.error.unsupported_browser.browser_get_latest.firefox"),
}
}