l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
0975394ba3
commit
e80a5a0ee0
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue