Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php')
-rw-r--r--lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php
index ab1a166018c..b3875cdd1a9 100644
--- a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php
+++ b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php
@@ -30,6 +30,6 @@ class EncryptionHeaderKeyExistsException extends GenericEncryptionException {
* @param string $key
*/
public function __construct($key) {
- parent::__construct('header key "'. $key . '" already reserved by ownCloud');
+ parent::__construct('header key "'. $key . '" already reserved by Nextcloud');
}
}