[pve-devel] [PATCH pve_flutter_frontend] ui: Changed "sites" to "hosts".

Alexander Abraham a.abraham at proxmox.com
Wed May 28 13:05:07 CEST 2025


The word "sites" is a little bit inaccurate in this instance.
"Hosts", on the other hnad more accurately describes any
PVE machines users may have.

Signed-off-by: Alexander Abraham <a.abraham at proxmox.com>
---
 lib/pages/main_layout_slim.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pages/main_layout_slim.dart b/lib/pages/main_layout_slim.dart
index 3bcd83b..68a001c 100644
--- a/lib/pages/main_layout_slim.dart
+++ b/lib/pages/main_layout_slim.dart
@@ -142,7 +142,7 @@ class PveMobileBottomNavigationbar extends StatelessWidget {
           ),
           NavigationDestination(
             icon: Icon(Icons.logout),
-            label: "Sites",
+            label: "Hosts",
           ),
         ],
         selectedIndex: pageSelector.value,
-- 
2.39.5





More information about the pve-devel mailing list