Skip to content

Commit

Permalink
Update multi_select_dialog.js (frappe#23261)
Browse files Browse the repository at this point in the history
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
  • Loading branch information
hyaray and shariquerik authored Nov 18, 2023
1 parent a14966c commit 6f75dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/multi_select_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ frappe.ui.form.MultiSelectDialog = class MultiSelectDialog {
).options;
columns[0].push({
fieldtype: "Check",
label: __("Select {0}", [this.child_doctype]),
label: __("Select {0}", [__(this.child_doctype)]),
fieldname: "allow_child_item_selection",
onchange: this.toggle_child_selection.bind(this),
});
Expand Down

0 comments on commit 6f75dd7

Please sign in to comment.