l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
6d3aef1849
commit
48d12b6441
|
@ -82,7 +82,7 @@ class MaintenancePlugin extends ServerPlugin {
|
||||||
*/
|
*/
|
||||||
public function checkMaintenanceMode() {
|
public function checkMaintenanceMode() {
|
||||||
if ($this->config->getSystemValueBool('maintenance')) {
|
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()) {
|
if (Util::needUpgrade()) {
|
||||||
throw new ServiceUnavailable($this->l10n->t('Upgrade needed'));
|
throw new ServiceUnavailable($this->l10n->t('Upgrade needed'));
|
||||||
|
|
Loading…
Reference in New Issue