We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ba7bb commit 3743dafCopy full SHA for 3743daf
src/ui/ui.js
@@ -1041,9 +1041,9 @@ var UI = (() => {
1041
}
1042
row._wasAuto = true;
1043
const [labelShort, title] = isAuto
1044
- ? [_("AutoTrustedLabel"), _("autoAllowTop")]
+ ? [_("AutoTrustedLabel"), _("AutoAllowTopLevel")]
1045
: [_("Custom"), _("Custom") ];
1046
- const widgets = row.querySelectorAll(".preset.CUSTOM [title]");
+ const widgets = row.querySelectorAll(".preset.CUSTOM [title]:not(.temp)");
1047
for (const w of [...widgets]) {
1048
w.title = title;
1049
if (w.textContent) w.textContent = labelShort;
0 commit comments