Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-05-04 10:38:46 +0300
committerGitHub <noreply@github.com>2021-05-04 10:38:46 +0300
commit48d12b6441d36e7f4e8d25fb28c2dda9c8d0ea84 (patch)
tree6a33f30baa281a90616f2562ddb519a0167cfd89
parent6d3aef1849eb84d423be2a8789bb13f6ef5a26a3 (diff)
l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--apps/dav/lib/Connector/Sabre/MaintenancePlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
index 0e176d74a1c..5e6f8ec73b0 100644
--- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
+++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
@@ -82,7 +82,7 @@ class MaintenancePlugin extends ServerPlugin {
*/
public function checkMaintenanceMode() {
if ($this->config->getSystemValueBool('maintenance')) {
- throw new ServiceUnavailable($this->l10n->t('System in maintenance mode.'));
+ throw new ServiceUnavailable($this->l10n->t('System is in maintenance mode.'));
}
if (Util::needUpgrade()) {
throw new ServiceUnavailable($this->l10n->t('Upgrade needed'));