1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00
This commit is contained in:
kkapsner 2018-10-10 00:24:15 +02:00
parent ce3699a03c
commit 5d77a6a1be
3 changed files with 6 additions and 6 deletions

View file

@ -159,7 +159,7 @@
.replace(/{blockMode}/g, blockModeName),
severity: "low",
resolutions: [switchMode, {
label: browser.i18n.getMessage("sanitation_resolution.switchToNonPersistendRng"),
label: browser.i18n.getMessage("sanitation_resolution.switchToNonPersistentRng"),
callback: function(){
settings.rng = "nonPersistent";
}