summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-05 22:08:16 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2015-05-06 15:31:05 +0200
commit35292eb66cdfa263ce5e6225ae871167378ee98b (patch)
tree0de38c79b8ca336d071183e231b399fa9fac3599 /settings
parent6633514a980b3246bdd4c26a1b890d12306f47f8 (diff)
downloadnextcloud-server-35292eb66cdfa263ce5e6225ae871167378ee98b.tar.gz
nextcloud-server-35292eb66cdfa263ce5e6225ae871167378ee98b.zip
rename to 'Default encryption module'
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index f5a3a40662a..50a481eb20d 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -358,7 +358,7 @@ if ($_['cronErrors']) {
<div id="migrationWarning" class="<?php if ($_['encryptionReady']) p('hidden'); ?>">
<?php
if ($_['encryptionReady'] === false && $_['externalBackendsEnabled'] === true) {
- p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the "ownCloud Default Encryption Module" and run \'occ encryption:migrate\''));
+ p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the "Default encryption module" and run \'occ encryption:migrate\''));
} elseif ($_['encryptionReady'] === false && $_['externalBackendsEnabled'] === false) {
p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.')); ?>
<input type="submit" name="startmigration" id="startmigration"