Merge pull request #19878 from frappe/mergify/bp/develop/pr-19869
This commit is contained in:
commit
dbefead489
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ frappe.ui.form.MultiSelectDialog = class MultiSelectDialog {
|
|||
}
|
||||
|
||||
make() {
|
||||
let doctype_plural = this.doctype.plural();
|
||||
let title = __("Select {0}", [this.for_select ? __("value") : __(doctype_plural)]);
|
||||
let doctype_plural = __(this.doctype).plural();
|
||||
let title = __("Select {0}", [this.for_select ? __("value") : doctype_plural]);
|
||||
|
||||
this.dialog = new frappe.ui.Dialog({
|
||||
title: title,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue