summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-19 11:13:33 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-19 11:13:33 +0200
commitd90b83725f87825a68b51a32228270d9e9a82ac6 (patch)
tree350792cbaaeaf7e2af9aff2d56e4480463ed5fb5 /settings
parent9e0cb4460e82a59f238b6aed0e171954ecbda2de (diff)
parent35292eb66cdfa263ce5e6225ae871167378ee98b (diff)
downloadnextcloud-server-d90b83725f87825a68b51a32228270d9e9a82ac6.tar.gz
nextcloud-server-d90b83725f87825a68b51a32228270d9e9a82ac6.zip
Merge pull request #16085 from owncloud/encryption-module-rename
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 3c21a547092..f9a99b589af 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"