summaryrefslogtreecommitdiffstats
path: root/apps/encryption/templates/settings-admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/templates/settings-admin.php')
-rw-r--r--apps/encryption/templates/settings-admin.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/encryption/templates/settings-admin.php b/apps/encryption/templates/settings-admin.php
index b64e75512e7..ac329b27879 100644
--- a/apps/encryption/templates/settings-admin.php
+++ b/apps/encryption/templates/settings-admin.php
@@ -4,9 +4,7 @@
script('encryption', 'settings-admin');
script('core', 'multiselect');
?>
-<form id="encryption" class="section">
- <h2><?php p($l->t('ownCloud basic encryption module')); ?></h2>
-
+<form id="ocDefaultEncryptionModule" class="sub-section">
<?php if(!$_["initStatus"]): ?>
<?php p($l->t("Encryption App is enabled but your keys are not initialized, please log-out and log-in again")); ?>
<?php else: ?>