diff --git a/smart_service/transactions/doctype/procedure/procedure.js b/smart_service/transactions/doctype/procedure/procedure.js index 2369657..610a5e1 100644 --- a/smart_service/transactions/doctype/procedure/procedure.js +++ b/smart_service/transactions/doctype/procedure/procedure.js @@ -42,7 +42,7 @@ frappe.ui.form.on('Procedure', { if (frm.doc.procedure_details[i].content_type != "Link") { frm.doc.procedure_details[i].content_type = '' frm.refresh_fields(); - frappe.msgprint(__("Content: Only letters, numbers and - ,'<>_()!=/±; are allowed.")); + frappe.msgprint(__("Content: Only letters, numbers and - ,'<>_()!=/:; are allowed.")); } } }