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.
Этот коммит содержится в:
коммит произвёл
Ben Schumacher
родитель
89317487b8
Коммит
a622ba412e
@@ -127,7 +127,7 @@ func renderBrowserFirefox(app *app.App) Browser {
|
|||||||
"/static/images/browser-icons/firefox.svg",
|
"/static/images/browser-icons/firefox.svg",
|
||||||
app.T("web.error.unsupported_browser.browser_title.firefox"),
|
app.T("web.error.unsupported_browser.browser_title.firefox"),
|
||||||
app.T("web.error.unsupported_browser.min_browser_version.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"),
|
app.T("web.error.unsupported_browser.browser_get_latest.firefox"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user