Merge pull request #38133 from devdiogenes/removed-icons-translatable
This commit is contained in:
commit
97d99f42f4
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