Browse Source

Merge pull request #2160 from nextcloud/its-nextcloud

It's Nextcloud
tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
cc8750ca30
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/Command/Encryption/DecryptAll.php

+ 1
- 1
core/Command/Encryption/DecryptAll.php View File

@@ -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…
Cancel
Save