diff --git a/frontend-modern/src/components/Settings/NodeModal.tsx b/frontend-modern/src/components/Settings/NodeModal.tsx
index 969f8f419..487f471fc 100644
--- a/frontend-modern/src/components/Settings/NodeModal.tsx
+++ b/frontend-modern/src/components/Settings/NodeModal.tsx
@@ -425,7 +425,7 @@ export const NodeModal: Component
{formData().enableBackupManagement
- ? 'Required to read backup files and display them in the Backups tab (Proxmox API limitation)'
+ ? 'Required to read PVE backup files and display them in the Backups tab (Proxmox API limitation)'
: 'Backups tab will not show PVE backups without these permissions'}
Permissions granted: PVEAuditor (read-only) on root - {formData().enableBackupManagement && ' + PVEDatastoreAdmin on /storage (needed to read backup files)'} + {formData().enableBackupManagement && ' + PVEDatastoreAdmin on /storage (needed to read PVE backup files)'}