mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
It's Nextcloud
Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
d03446a0ae
commit
46edb4e1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue