1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

Fixed Plugin text

This commit is contained in:
Adolfo Gómez García 2020-09-03 15:44:10 +02:00
parent 9a316d2779
commit 401099b156

View File

@ -50,7 +50,7 @@ export class Plugin {
if (url.substring(0, 7) === 'udsa://') {
this.showAlert(
django.gettext('Please wait'),
django.gettext('Remember that you will need the USD client on your platform to access the service'),
django.gettext('Remember that you will need the UDS client on your platform to access the service'),
5000
);
const params = url.split('//')[1].split('/');