From 35292eb66cdfa263ce5e6225ae871167378ee98b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 5 May 2015 22:08:16 +0200 Subject: rename to 'Default encryption module' --- lib/private/encryption/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/encryption/util.php') diff --git a/lib/private/encryption/util.php b/lib/private/encryption/util.php index 032ac83f37e..5ea9b8bdeaf 100644 --- a/lib/private/encryption/util.php +++ b/lib/private/encryption/util.php @@ -114,7 +114,7 @@ class Util { // ownCloud <= 8.0 with the old encryption $id = \OCA\Encryption\Crypto\Encryption::ID; } else { - throw new ModuleDoesNotExistsException('ownCloud default encryption module missing'); + throw new ModuleDoesNotExistsException('Default encryption module missing'); } } -- cgit v1.2.3