diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-04 09:38:46 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-05-05 11:02:09 +0000 |
commit | e80a5a0ee0d186454a8e8be4b5d9be4dae5820b5 (patch) | |
tree | a081464142f31de7c1c30420011abd3939a13af6 /apps/dav | |
parent | 0975394ba3bac80bbd4cb39e3a20ce3a04b5b864 (diff) | |
download | nextcloud-server-e80a5a0ee0d186454a8e8be4b5d9be4dae5820b5.tar.gz nextcloud-server-e80a5a0ee0d186454a8e8be4b5d9be4dae5820b5.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/MaintenancePlugin.php | 2 |
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')); |