s/ownCloud/Nextcloud
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
31397debaf
commit
9259b8a90e
|
@ -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…
Reference in New Issue