diff options
author | Marius Blüm <marius@lineone.io> | 2016-11-16 14:56:30 +0100 |
---|---|---|
committer | Marius Blüm <marius@lineone.io> | 2016-11-16 14:56:30 +0100 |
commit | 46edb4e1a77dd22e883e79592cc552f41492558e (patch) | |
tree | 0a0bb715e2257069fabb08fe7a20f54f4ad8c015 /core/Command | |
parent | d03446a0ae25a88b68df2bc2bf8d0c49e5473ea0 (diff) | |
download | nextcloud-server-46edb4e1a77dd22e883e79592cc552f41492558e.tar.gz nextcloud-server-46edb4e1a77dd22e883e79592cc552f41492558e.zip |
It's Nextcloud
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/Encryption/DecryptAll.php | 2 |
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"; } |