Skip to content
Snippets Groups Projects
Commit cc8750ca authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #2160 from nextcloud/its-nextcloud

It's Nextcloud
parents 319c7ee1 46edb4e1
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ class DecryptAll extends Command { ...@@ -134,7 +134,7 @@ class DecryptAll extends Command {
$uid = $input->getArgument('user'); $uid = $input->getArgument('user');
if ($uid === '') { if ($uid === '') {
$message = 'your ownCloud'; $message = 'your Nextcloud';
} else { } else {
$message = "$uid's account"; $message = "$uid's account";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment