fix: use same label

(cherry picked from commit ed3444de5a)
This commit is contained in:
sokumon
2026-03-17 15:48:24 +05:30
committed by Mergify
parent 0c9ce9306f
commit 10cb6f8306
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ website_route_rules = [
standard_navbar_items = [
{
"item_label": "Erase Demo Data",
"item_label": "Delete Demo Data",
"item_type": "Action",
"action": "erpnext.demo.clear_demo();",
"is_standard": 1,