fix: Rename Hub Settings -> Marketplace Settings

This commit is contained in:
Faris Ansari
2018-08-31 16:15:06 +05:30
parent 25f509ebd3
commit f9a66c1c36
16 changed files with 60 additions and 157 deletions

View File

@@ -8,16 +8,16 @@ def get_data():
"items": [
{
"type": "doctype",
"name": "Hub Settings"
"name": "Marketplace Settings"
},
]
},
{
"label": _("Hub"),
"label": _("Marketplace"),
"items": [
{
"type": "page",
"name": "hub"
"name": "marketplace/home"
},
]
},