Grammar fix suggested by Adolfo Jayme Barrientos
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I30e1a353df5c8cc02a8e564faa4dd56f325a471f
This commit is contained in:
parent
9bc7240f30
commit
97f7f8cc32
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ var AdminSocketBase = Base.extend({
|
||||||
this.socket.onmessage = function () { };
|
this.socket.onmessage = function () { };
|
||||||
|
|
||||||
this.vexInstance = vex.open({
|
this.vexInstance = vex.open({
|
||||||
content: _('Server has been shutdown, please reload the page'),
|
content: _('Server has been shut down; please reload the page.'),
|
||||||
contentClassName: 'loleaflet-user-idle',
|
contentClassName: 'loleaflet-user-idle',
|
||||||
showCloseButton: false,
|
showCloseButton: false,
|
||||||
overlayClosesOnClick: false,
|
overlayClosesOnClick: false,
|
||||||
|
|
Loading…
Reference in a new issue