diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-22 10:25:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 10:25:03 +0200 |
commit | 7ba89b1175dc11db2abf3560f82d9b188df29b82 (patch) | |
tree | a4afeae822d15aeb040e08e8351c1a32ce83ada2 /core | |
parent | 4d4e579dbc26faf33f0b7eab82799de07532d9bf (diff) | |
parent | 64a9f9d77bb65010731e2838407a6ed7226471f6 (diff) | |
download | nextcloud-server-7ba89b1175dc11db2abf3560f82d9b188df29b82.tar.gz nextcloud-server-7ba89b1175dc11db2abf3560f82d9b188df29b82.zip |
Merge pull request #196 from JSoko/patch-2
singleuser.user.php -> nextcloud
Diffstat (limited to 'core')
-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> |