Skip to content

Commit

Permalink
s/ownCloud/Nextcloud
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
  • Loading branch information
schiessle committed Mar 1, 2018
1 parent 31397de commit 9259b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Encryption/ChangeKeyStorageRoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected function prepareNewRoot($newRoot) {

$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) {
Expand Down

0 comments on commit 9259b8a

Please sign in to comment.