From bdef4cbfef790c5234c078acc01f3b905f7a76b2 Mon Sep 17 00:00:00 2001 From: Josh <57068824+joshuaharmsen845@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:24:08 -0500 Subject: [PATCH] PBS: fix typo (#9482) * fix PBS warning typo * lowercase IPv6 --------- Co-authored-by: jharmsen --- frontend/public/json/proxmox-backup-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/proxmox-backup-server.json b/frontend/public/json/proxmox-backup-server.json index e208398f5e..3287b6c65d 100644 --- a/frontend/public/json/proxmox-backup-server.json +++ b/frontend/public/json/proxmox-backup-server.json @@ -37,7 +37,7 @@ "type": "warning" }, { - "text": "Advanced Install is only possible with disabled IPV6! Otherwise the installation sometimes stuck.", + "text": "Advanced Install is only possible with IPv6 disabled! Otherwise, the installation may get stuck.", "type": "warning" } ]