fix: reword some menu entries
This commit is contained in:
parent
e7b493d7c9
commit
bc0836fc3c
1 changed files with 15 additions and 14 deletions
|
|
@ -156,30 +156,30 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
|||
},
|
||||
{"type": "sep"},
|
||||
{
|
||||
"title": "Animals",
|
||||
"title": "Animal Assets",
|
||||
"route": "farmos_animals",
|
||||
"perm": "farmos_animals.list",
|
||||
},
|
||||
{
|
||||
"title": "Groups",
|
||||
"title": "Group Assets",
|
||||
"route": "farmos_groups",
|
||||
"perm": "farmos_groups.list",
|
||||
},
|
||||
{
|
||||
"title": "Plants",
|
||||
"title": "Land Assets",
|
||||
"route": "farmos_land_assets",
|
||||
"perm": "farmos_land_assets.list",
|
||||
},
|
||||
{
|
||||
"title": "Plant Assets",
|
||||
"route": "farmos_asset_plant",
|
||||
"perm": "farmos_asset_plant.list",
|
||||
},
|
||||
{
|
||||
"title": "Structures",
|
||||
"title": "Structure Assets",
|
||||
"route": "farmos_structures",
|
||||
"perm": "farmos_structures.list",
|
||||
},
|
||||
{
|
||||
"title": "Land",
|
||||
"route": "farmos_land_assets",
|
||||
"perm": "farmos_land_assets.list",
|
||||
},
|
||||
{"type": "sep"},
|
||||
{
|
||||
"title": "Activity Logs",
|
||||
|
|
@ -207,6 +207,11 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
|||
"route": "farmos_animal_types",
|
||||
"perm": "farmos_animal_types.list",
|
||||
},
|
||||
{
|
||||
"title": "Land Types",
|
||||
"route": "farmos_land_types",
|
||||
"perm": "farmos_land_types.list",
|
||||
},
|
||||
{
|
||||
"title": "Plant Types",
|
||||
"route": "farmos_plant_types",
|
||||
|
|
@ -217,11 +222,7 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
|||
"route": "farmos_structure_types",
|
||||
"perm": "farmos_structure_types.list",
|
||||
},
|
||||
{
|
||||
"title": "Land Types",
|
||||
"route": "farmos_land_types",
|
||||
"perm": "farmos_land_types.list",
|
||||
},
|
||||
{"type": "sep"},
|
||||
{
|
||||
"title": "Asset Types",
|
||||
"route": "farmos_asset_types",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue