mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
commit
cc8750ca30
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