fix: Removed Icons missing translate function

This commit is contained in:
devdiogenes 2026-03-17 11:59:46 -03:00
parent a9eea222fa
commit d6edd068ec

View file

@ -1207,7 +1207,7 @@ class IconsPane {
return;
}
this.wrapper.append(
"<span style='margin-top: 10px; margin-bottom: 20px'>Removed Icons</span>"
`<span style='margin-top: 10px; margin-bottom: 20px'>${__("Removed Icons")}</span>`
);
this.grid = new DesktopIconGrid({
name: "hidden-icons-grid",