fix: Removed Icons missing translate function
This commit is contained in:
parent
a9eea222fa
commit
d6edd068ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue