fix: Translate user facing string
This commit is contained in:
parent
ffcca31d27
commit
88da896790
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ frappe.views.Workspace = class Workspace {
|
|||
default_block.push({
|
||||
type: "paragraph",
|
||||
data: {
|
||||
text: `Click on ${frappe.utils.icon("ellipsis")} to edit`,
|
||||
text: __("Click on {0} to edit", [frappe.utils.icon("ellipsis")]),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue