diff --git a/docker/routlin-dash/app/factory.py b/docker/routlin-dash/app/factory.py index f127862..fd80612 100644 --- a/docker/routlin-dash/app/factory.py +++ b/docker/routlin-dash/app/factory.py @@ -1784,7 +1784,7 @@ def build_nav_item(item, active_view, level, in_dropdown=False, inherited_req=No if t == 'nav_menu': raw_label = item.get('label', '') if raw_label == '%MENU_LABEL%': - raw_label = 'Configure' if level >= LEVEL_RANK['administrator'] else 'View' + raw_label = 'Network' label = e(raw_label) children = '' for child in item.get('items', []):