Skip to content

Commit

Permalink
Merge pull request #2160 from nextcloud/its-nextcloud
Browse files Browse the repository at this point in the history
It's Nextcloud
  • Loading branch information
rullzer committed Nov 16, 2016
2 parents 319c7ee + 46edb4e commit cc8750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Encryption/DecryptAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {

$uid = $input->getArgument('user');
if ($uid === '') {
$message = 'your ownCloud';
$message = 'your Nextcloud';
} else {
$message = "$uid's account";
}
Expand Down

0 comments on commit cc8750c

Please sign in to comment.