Update Admin.php
This commit is contained in:
parent
b580c3664d
commit
e13cd289cb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Admin implements ISettings {
|
|||
$theme = $this->config->getSystemValue('theme', '');
|
||||
if ($theme !== '') {
|
||||
$themable = false;
|
||||
$errorMessage = $this->l->t('You already use a custom theme');
|
||||
$errorMessage = $this->l->t('You are already using a custom theme');
|
||||
}
|
||||
|
||||
$parameters = [
|
||||
|
|
Loading…
Reference in a new issue