From af39fce61bb58999a4a06bc61b78c4e39a3756da Mon Sep 17 00:00:00 2001 From: sokumon Date: Thu, 22 Jan 2026 22:16:51 +0530 Subject: [PATCH] fix: add translations to the desktop --- frappe/desk/page/desktop/desktop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/desk/page/desktop/desktop.js b/frappe/desk/page/desktop/desktop.js index b50990f218..0735f7963b 100644 --- a/frappe/desk/page/desktop/desktop.js +++ b/frappe/desk/page/desktop/desktop.js @@ -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(`
- ${this.initialValue} + ${__(this.initialValue)}