summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2022-09-27 16:31:24 +0200
committerGökay ŞATIR <gokaysatir@gmail.com>2022-09-29 10:28:18 +0300
commit498eab8da1845a69ab7fafe9b4157de3802288ff (patch)
treec3f9f5abd1b80d01a484ab481831b04280ac0c77
parentImprove infobar's component contrast (diff)
downloadonline-498eab8da1845a69ab7fafe9b4157de3802288ff.tar.gz
online-498eab8da1845a69ab7fafe9b4157de3802288ff.zip
Add missing full stop at the end of the error message
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I8916172a4c7df9002b6f8d5ac2d508ab2dc6a855
-rw-r--r--browser/src/errormessages.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/src/errormessages.js b/browser/src/errormessages.js
index 422009bab8..696c615896 100644
--- a/browser/src/errormessages.js
+++ b/browser/src/errormessages.js
@@ -12,7 +12,7 @@ if (lang) {
errorMessages.diskfull = _('No disk space left on server, please contact the server administrator to continue.');
errorMessages.emptyhosturl = _('The host URL is empty. The coolwsd server is probably misconfigured, please contact the administrator.');
-errorMessages.limitreached = _('This is an unsupported version of {productname}. To avoid the impression that it is suitable for deployment in enterprises, this message appears when more than {docs} documents or {connections} connections are in use concurrently');
+errorMessages.limitreached = _('This is an unsupported version of {productname}. To avoid the impression that it is suitable for deployment in enterprises, this message appears when more than {docs} documents or {connections} connections are in use concurrently.');
errorMessages.infoandsupport = _('More information and support');
errorMessages.limitreachedprod = _('This service is limited to %0 documents, and %1 connections total by the admin. This limit has been reached. Please try again later.');
errorMessages.serviceunavailable = _('Service is unavailable. Please try again later and report to your administrator if the issue persists.');