diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index be87252126d..f5a3a40662a 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -327,10 +327,7 @@ if ($_['cronErrors']) {
- t('Encryption is a one way process. Once encryption is enabled,
- all files from that point forward will be encrypted on the server and it
- will not be possible to disable encryption at a later date. This is the final warning:
- Do you really want to enable encryption?')) ?>
+ t('Encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date. This is the final warning: Do you really want to enable encryption?')) ?>
" />
@@ -361,8 +358,7 @@ if ($_['cronErrors']) {
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 "ownCloud 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.')); ?>