Browse Source

Update frappe/core/doctype/document_naming_rule/document_naming_rule.js

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
version-14
Mohammad Hasnain Mohsin Rajan 4 years ago
committed by GitHub
parent
commit
c9dc4ee441
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/core/doctype/document_naming_rule/document_naming_rule.js

+ 1
- 1
frappe/core/doctype/document_naming_rule/document_naming_rule.js View File

@@ -31,7 +31,7 @@ frappe.ui.form.on('Document Naming Rule', {
label: __('New Counter'), label: __('New Counter'),
default: frm.doc.counter, default: frm.doc.counter,
reqd: 1, reqd: 1,
description: __('Updating counter may lead to document name conflicts if not done properly')
description: __('Warning: Updating counter may lead to document name conflicts if not done properly')
}]; }];


let primary_action_label = __('Save'); let primary_action_label = __('Save');


Loading…
Cancel
Save