Grammar fix suggested by Adolfo Jayme Barrientos

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I30e1a353df5c8cc02a8e564faa4dd56f325a471f
This commit is contained in:
Andras Timar 2020-12-09 18:57:22 +01:00
parent 9bc7240f30
commit 97f7f8cc32

View file

@ -49,7 +49,7 @@ var AdminSocketBase = Base.extend({
this.socket.onmessage = function () { };
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',
showCloseButton: false,
overlayClosesOnClick: false,