From 8bad7d576acf92ed0e3d6f6b25c137fbb9fefdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Tue, 18 Jun 2024 16:56:07 +0200 Subject: [PATCH] Fixed tooltip for GPU on proxmox --- server/src/uds/services/Proxmox/service_linked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/uds/services/Proxmox/service_linked.py b/server/src/uds/services/Proxmox/service_linked.py index 70c8999c3..a9aad0c8a 100644 --- a/server/src/uds/services/Proxmox/service_linked.py +++ b/server/src/uds/services/Proxmox/service_linked.py @@ -155,7 +155,7 @@ class ProxmoxServiceLinked(DynamicService): '1': _('Only if available'), '2': _('Only if NOT available'), }, - tooltip=_('Storage for publications & machines.'), + tooltip=_('Checking method for GPU availability'), tab=types.ui.Tab.MACHINE, required=True, )