From a0ac50d9c2e355db78b07fbba58a7d781379de72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Thu, 30 Jun 2022 16:24:46 +0200 Subject: [PATCH] small label fixes --- actor/src/designer/setup-dialog-unmanaged.ui | 2 +- actor/src/ui/setup_dialog_unmanaged_ui.py | 2 +- server/src/uds/REST/methods/authenticators.py | 2 +- server/src/uds/services/PhysicalMachines/service_multi.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actor/src/designer/setup-dialog-unmanaged.ui b/actor/src/designer/setup-dialog-unmanaged.ui index a68ebebe..dfd3edb7 100644 --- a/actor/src/designer/setup-dialog-unmanaged.ui +++ b/actor/src/designer/setup-dialog-unmanaged.ui @@ -214,7 +214,7 @@ - UDS user with administration rights (Will not be stored on template) + UDS Service Token <html><head/><body><p>Administrator user on UDS Server.</p><p>Note: This credential will not be stored on client. Will be used to obtain an unique token for this image.</p></body></html> diff --git a/actor/src/ui/setup_dialog_unmanaged_ui.py b/actor/src/ui/setup_dialog_unmanaged_ui.py index 4518666a..da537747 100644 --- a/actor/src/ui/setup_dialog_unmanaged_ui.py +++ b/actor/src/ui/setup_dialog_unmanaged_ui.py @@ -146,7 +146,7 @@ class Ui_UdsActorSetupDialog(object): self.host.setToolTip(_translate("UdsActorSetupDialog", "Uds Broker Server Addres. Use IP or FQDN")) self.host.setWhatsThis(_translate("UdsActorSetupDialog", "Enter here the UDS Broker Addres using either its IP address or its FQDN address")) self.label_serviceToken.setText(_translate("UdsActorSetupDialog", "Service Token")) - self.serviceToken.setToolTip(_translate("UdsActorSetupDialog", "UDS user with administration rights (Will not be stored on template)")) + self.serviceToken.setToolTip(_translate("UdsActorSetupDialog", "UDS Service Token")) self.serviceToken.setWhatsThis(_translate("UdsActorSetupDialog", "

Administrator user on UDS Server.

Note: This credential will not be stored on client. Will be used to obtain an unique token for this image.

")) self.label_loglevel.setText(_translate("UdsActorSetupDialog", "Log Level")) self.label_restrictNet.setText(_translate("UdsActorSetupDialog", "Restrict Net")) diff --git a/server/src/uds/REST/methods/authenticators.py b/server/src/uds/REST/methods/authenticators.py index 30ba08bf..cf69c288 100644 --- a/server/src/uds/REST/methods/authenticators.py +++ b/server/src/uds/REST/methods/authenticators.py @@ -109,7 +109,7 @@ class Authenticators(ModelHandler): 'value': True, 'label': ugettext('Visible'), 'tooltip': ugettext( - 'If active, transport will be visible for users' + 'If active, authenticator will be visible for users' ), 'type': gui.InputField.CHECKBOX_TYPE, 'order': 107, diff --git a/server/src/uds/services/PhysicalMachines/service_multi.py b/server/src/uds/services/PhysicalMachines/service_multi.py index 54f6190e..9e09886a 100644 --- a/server/src/uds/services/PhysicalMachines/service_multi.py +++ b/server/src/uds/services/PhysicalMachines/service_multi.py @@ -60,7 +60,7 @@ class IPMachinesService(IPServiceBase): token = gui.TextField( order=1, label=_('Service Token'), - length=16, + length=64, tooltip=_( 'Service token that will be used by actors to communicate with service. Leave empty for persistent assignation.' ),