s/ownCloud/Nextcloud

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/6805/head
Bjoern Schiessle 8 years ago
parent 31397debaf
commit 9259b8a90e
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
  1. 2
      core/Command/Encryption/ChangeKeyStorageRoot.php

@ -143,7 +143,7 @@ class ChangeKeyStorageRoot extends Command {
$result = $this->rootView->file_put_contents(
$newRoot . '/' . Storage::KEY_STORAGE_MARKER,
'ownCloud will detect this folder as key storage root only if this file exists'
'Nextcloud will detect this folder as key storage root only if this file exists'
);
if (!$result) {

Loading…
Cancel
Save