fix: Make strings translatable
This commit is contained in:
parent
b60452ca18
commit
171ff3ba4c
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ frappe.ui.form.FormTour = class FormTour {
|
|||
|
||||
include_name_field() {
|
||||
const name_step = {
|
||||
"description": `Enter a name for this ${this.frm.doctype}`,
|
||||
"description": __("Enter a name for this {0}", [this.frm.doctype]),
|
||||
"fieldname": "__newname",
|
||||
"title": "Name",
|
||||
"title": __("Document Name"),
|
||||
"position": "right",
|
||||
"is_table_field": 0
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue