mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-22 17:33:48 +03:00
Fixed "tray" for "tray" literal
This commit is contained in:
parent
de6b8003dd
commit
2ba4fa975f
@ -100,7 +100,7 @@ export class Plugin {
|
||||
alert.close();
|
||||
this.showAlert(
|
||||
django.gettext('The service is now being prepared. (It is at #).'.replace('#', '' + data.running + '%')),
|
||||
django.gettext('Please, tray again in a few moments.'),
|
||||
django.gettext('Please, try again in a few moments.'),
|
||||
this.delay
|
||||
);
|
||||
} else { // error
|
||||
|
Loading…
Reference in New Issue
Block a user