fix(Translations): Timeline added/removed rows fieldname
(cherry picked from commit 98721ddb2fc789482c5fd4b57f9bbbf13fb7db5b)
This commit is contained in:
parent
5ee5573d21
commit
44e2d5605f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ function get_version_timeline_content(version_doc, frm) {
|
|||
frm.perm);
|
||||
|
||||
if (field_display_status === 'Read' || field_display_status === 'Write') {
|
||||
return frappe.meta.get_label(frm.doctype, p[0]);
|
||||
return __(frappe.meta.get_label(frm.doctype, p[0]));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue