don't scare people with talk about blacklists
This commit is contained in:
Родитель
c5a22b8e35
Коммит
4c13e8797a
|
@ -148,7 +148,7 @@ var installButton = function() {
|
|||
if (VersionCompare.compareVersions(z.browserVersion, _min) >= 0 ||
|
||||
VersionCompare.compareVersions(z.browserVersion, _max) <= 0) {
|
||||
compatible = false;
|
||||
$d2c_reasons.append($('<li>', {text: gettext('This version has been blacklisted for your Firefox version.')}));
|
||||
$d2c_reasons.append($('<li>', {text: gettext('Mozilla has marked this version as incompatible with your Firefox version.')}));
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче