Merge pull request #38813 from devdiogenes/fix-translate-docname-share-dialog
fix: Make docname translatable in share dialog
This commit is contained in:
commit
1cf89c9bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ frappe.ui.form.Share = class Share {
|
|||
show() {
|
||||
var me = this;
|
||||
var d = new frappe.ui.Dialog({
|
||||
title: __("Share {0} with", [this.frm.doc.name]),
|
||||
title: __("Share {0} with", [__(this.frm.doc.name)]),
|
||||
});
|
||||
|
||||
this.dialog = d;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue