fix: add translations to the desktop
This commit is contained in:
parent
6be271a89c
commit
af39fce61b
1 changed files with 2 additions and 2 deletions
|
|
@ -989,7 +989,7 @@ class DesktopIcon {
|
|||
});
|
||||
if (this.icon_type == "App") {
|
||||
$($(this.icon_caption_area).children()[1]).html(
|
||||
`${this.child_icons.length} Workspaces`
|
||||
__(`${this.child_icons.length} Workspaces`)
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
|
@ -1174,7 +1174,7 @@ class InlineEditor {
|
|||
this.container.html(`
|
||||
<div class="title-widget">
|
||||
<div class="title-input-label">
|
||||
<span>${this.initialValue}</span>
|
||||
<span>${__(this.initialValue)}</span>
|
||||
</div>
|
||||
<div class="title-input-wrapper">
|
||||
<input class="title-input">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue