fix(modules): Merge Settings into one, Setup --> Settings

This commit is contained in:
Prateeksha Singh
2019-02-11 15:14:50 +05:30
parent 01a045a488
commit 9d4a183074
12 changed files with 11 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ from frappe import _
def get_data():
return [
{
"label": _("Setup"),
"label": _("Settings"),
"items": [
{
"type": "doctype",