diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index de29db5..cf0cf3d 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -46,7 +46,7 @@ const menuItems: MenuItem[] = [ { name: 'Справка', path: '/help', iconKey: 'help' }, { name: 'Настройки', path: '/settings', iconKey: 'settings' }, { name: 'ФГИС РЭВС', path: '/fgis-revs', iconKey: 'fgis-revs', roles: ['admin'] }, - { name: 'Панель ФАВТ', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] }, + { name: 'Регулятор (Минтранс, ФАВТ, Ространснадзор)', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] }, ]; export default function Sidebar() {