summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-16 18:01:39 +0100
committerGitHub <noreply@github.com>2016-11-16 18:01:39 +0100
commitcc8750ca30ba5d13ca59cc8c3ce87122a451829a (patch)
tree4dbc7b0ab602f7c4a97a1a423cb9916cfd415527 /core
parent319c7ee1c08062298b820ae6bbd20c3737c9de71 (diff)
parent46edb4e1a77dd22e883e79592cc552f41492558e (diff)
downloadnextcloud-server-cc8750ca30ba5d13ca59cc8c3ce87122a451829a.tar.gz
nextcloud-server-cc8750ca30ba5d13ca59cc8c3ce87122a451829a.zip
Merge pull request #2160 from nextcloud/its-nextcloud
It's Nextcloud
Diffstat (limited to 'core')
-rw-r--r--core/Command/Encryption/DecryptAll.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php
index 7d77cc62e67..e02d7be5bb6 100644
--- a/core/Command/Encryption/DecryptAll.php
+++ b/core/Command/Encryption/DecryptAll.php
@@ -134,7 +134,7 @@ class DecryptAll extends Command {
$uid = $input->getArgument('user');
if ($uid === '') {
- $message = 'your ownCloud';
+ $message = 'your Nextcloud';
} else {
$message = "$uid's account";
}