chore: spelling_invalid_values (#28858)
This commit is contained in:
parent
e85aa44843
commit
dd8b353caa
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ frappe.ui.FieldGroup = class FieldGroup extends frappe.ui.form.Layout {
|
|||
|
||||
if (invalid.length && check_invalid) {
|
||||
frappe.msgprint({
|
||||
title: __("Inavlid Values"),
|
||||
title: __("Invalid Values"),
|
||||
message:
|
||||
__("Following fields have invalid values:") +
|
||||
"<br><br><ul><li>" +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue