diff --git a/frappe/core/doctype/document_naming_settings/document_naming_settings.json b/frappe/core/doctype/document_naming_settings/document_naming_settings.json
index 9211e711c5..c7f913aca5 100644
--- a/frappe/core/doctype/document_naming_settings/document_naming_settings.json
+++ b/frappe/core/doctype/document_naming_settings/document_naming_settings.json
@@ -37,7 +37,7 @@
"fieldname": "help_html",
"fieldtype": "HTML",
"label": "Help HTML",
- "options": "
\n Edit list of Series in the box. Rules:\n
\n - Each Series Prefix on a new line.
\n - Allowed special characters are \"/\" and \"-\"
\n - \n Optionally, set the number of digits in the series using dot (.)\n followed by hashes (#). For example, \".####\" means that the series\n will have four digits. Default is five digits.\n
\n - \n You can also use variables in the series name by putting them\n between (.) dots\n
\n Supported Variables:\n \n .YYYY. - Year in 4 digits \n .YY. - Year in 2 digits \n .MM. - Month \n .DD. - Day of month \n .WW. - Week of the year \n .FY. - Fiscal Year \n .ABBR. - Company Abbreviation \n - \n
.{fieldname}. - fieldname on the document e.g.\n branch\n \n
\n \n
\n Examples:\n
\n - INV-
\n - INV-10-
\n - INVK-
\n - INV-.YYYY.-.{branch}.-.MM.-.####
\n
\n
\n
\n"
+ "options": "\n Edit list of Series in the box. Rules:\n
\n - Each Series Prefix on a new line.
\n - Allowed special characters are \"/\" and \"-\"
\n - \n Optionally, set the number of digits in the series using dot (.)\n followed by hashes (#). For example, \".####\" means that the series\n will have four digits. Default is five digits.\n
\n - \n You can also use variables in the series name by putting them\n between (.) dots\n
\n Supported Variables:\n \n .YYYY. - Year in 4 digits \n .YY. - Year in 2 digits \n .MM. - Month \n .DD. - Day of month \n .WW. - Week of the year \n - \n
.{fieldname}. - fieldname on the document e.g.\n branch\n \n .FY. - Fiscal Year (requires ERPNext to be installed) \n .ABBR. - Company Abbreviation (requires ERPNext to be installed) \n
\n \n
\n Examples:\n
\n - INV-
\n - INV-10-
\n - INVK-
\n - INV-.YYYY.-.{branch}.-.MM.-.####
\n
\n
\n
\n"
},
{
"default": "0",
@@ -143,7 +143,7 @@
"icon": "fa fa-sort-by-order",
"issingle": 1,
"links": [],
- "modified": "2024-09-19 15:33:23.310031",
+ "modified": "2024-11-15 18:04:40.268244",
"modified_by": "Administrator",
"module": "Core",
"name": "Document Naming Settings",
@@ -162,4 +162,4 @@
"sort_field": "creation",
"sort_order": "DESC",
"states": []
-}
+}
\ No newline at end of file