diff options
author | Joachim Sokolowski <github@sokolowski.org> | 2016-06-22 07:48:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 07:48:36 +0200 |
commit | 64a9f9d77bb65010731e2838407a6ed7226471f6 (patch) | |
tree | 6fe6d8c8fab404e9bca4dfd613a522eb4416a109 /core/templates | |
parent | ce923d7b834195a262add5455323ac4c7b8a2fb6 (diff) | |
download | nextcloud-server-64a9f9d77bb65010731e2838407a6ed7226471f6.tar.gz nextcloud-server-64a9f9d77bb65010731e2838407a6ed7226471f6.zip |
singleuser.user.php -> nextcloud
Changed to nextcloud
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/singleuser.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/singleuser.user.php b/core/templates/singleuser.user.php index bf076eb8d61..ba01c9385f2 100644 --- a/core/templates/singleuser.user.php +++ b/core/templates/singleuser.user.php @@ -1,6 +1,6 @@ <ul> <li class='update'> - <?php p($l->t('This ownCloud instance is currently in single user mode.')) ?><br><br> + <?php p($l->t('This Nextcloud instance is currently in single user mode.')) ?><br><br> <?php p($l->t('This means only administrators can use the instance.')) ?><br><br> <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?> <br><br> |