[pdm-devel] [PATCH datacenter-manager] ui: fix typo in subscription notice

Lukas Wagner l.wagner at proxmox.com
Thu Dec 4 16:24:20 CET 2025


Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 ui/src/dashboard/status_row.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/dashboard/status_row.rs b/ui/src/dashboard/status_row.rs
index 282e03e5..bced6654 100644
--- a/ui/src/dashboard/status_row.rs
+++ b/ui/src/dashboard/status_row.rs
@@ -259,7 +259,7 @@ fn create_subscription_notice(
     }
     // only get here if there are remotes and PDM-subscription failed.
     let text = tr!(
-        "To many remote nodes without basic or higher subscriptions! No access to Enterprise-Repository or Enterprise Support."
+        "Too many remote nodes without basic or higher subscriptions! No access to Enterprise-Repository or Enterprise Support."
     );
     let icon = subscription_icon(&SubscriptionStatus::NotFound.to_string());
 
-- 
2.47.3





More information about the pdm-devel mailing list