admin/home: changed title to "Admin panel"
Massimo Melina committed
Apr 1, 2022 at 19:12 UTC
4a5ffb9e463c4b2124442ece1434ce2a4f7b32d8
1 file changed
+1
-1
admin/src/MainMenu.ts
+1
-1
@@ -21,7 +21,7 @@ interface MenuEntry {
21
}
22
23
export const mainMenu: MenuEntry[] = [
24
- { path: '', icon: Public, label: 'Home', title: "Admin interface", comp: HomePage },
24
+ { path: '', icon: Public, label: 'Home', title: "Admin panel", comp: HomePage },
25
{ path: 'fs', icon: AccountTree, label: "Shared files", comp: VfsPage },
26
{ path: 'accounts', icon: ManageAccounts, comp: AccountsPage },
27
{ path: 'monitor', icon: Monitor, comp: MonitorPage },