diff --git a/erpnext/setup/doctype/naming_series/naming_series.json b/erpnext/setup/doctype/naming_series/naming_series.json
index 7ccde3e396..c65a6f0ae4 100644
--- a/erpnext/setup/doctype/naming_series/naming_series.json
+++ b/erpnext/setup/doctype/naming_series/naming_series.json
@@ -37,7 +37,7 @@
"fieldname": "help_html",
"fieldtype": "HTML",
"label": "Help HTML",
- "options": "
\nEdit list of Series in the box below. Rules:\n
\n- Each Series Prefix on a new line.
\n- Allowed special characters are \"/\" and \"-\"
\n- Optionally, set the number of digits in the series using dot (.) followed by hashes (#). For example, \".####\" means that the series will have four digits. Default is five digits.
\n
\nExamples:
\nINV-
\nINV-10-
\nINVK-
\nINV-.####
\n
\n
"
+ "options": "\n Edit list of Series in the box below. 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 Support 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 - \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"
},
{
"depends_on": "select_doc_for_series",
@@ -109,7 +109,7 @@
"idx": 1,
"issingle": 1,
"links": [],
- "modified": "2022-05-26 05:19:10.392657",
+ "modified": "2022-05-26 06:06:42.109504",
"modified_by": "Administrator",
"module": "Setup",
"name": "Naming Series",