diff options
author | iamfool <praveenraonp@gmail.com> | 2016-08-28 18:02:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-28 18:02:45 -0700 |
commit | e13cd289cb77cb7f8e9b7343a303549a580f6252 (patch) | |
tree | 2f49be489a02e9a597978a67566223333f85b44a /apps | |
parent | b580c3664de3de11460e8adabc01f3f5eeb07d02 (diff) | |
download | nextcloud-server-e13cd289cb77cb7f8e9b7343a303549a580f6252.tar.gz nextcloud-server-e13cd289cb77cb7f8e9b7343a303549a580f6252.zip |
Update Admin.php
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/lib/Settings/Admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php index afd74ced217..22ab5650e5b 100644 --- a/apps/theming/lib/Settings/Admin.php +++ b/apps/theming/lib/Settings/Admin.php @@ -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 = [ |