From 9259b8a90ee66705f2d4c00893dede9f693ec592 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 1 Mar 2018 17:49:53 +0100 Subject: [PATCH] s/ownCloud/Nextcloud Signed-off-by: Bjoern Schiessle --- core/Command/Encryption/ChangeKeyStorageRoot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Encryption/ChangeKeyStorageRoot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php index e2f01e1cb3c51..15e8832697362 100644 --- a/core/Command/Encryption/ChangeKeyStorageRoot.php +++ b/core/Command/Encryption/ChangeKeyStorageRoot.php @@ -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) {