diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 638c3d7bff5..be87252126d 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -340,9 +340,9 @@ if ($_['cronErrors']) {
t('No encryption module loaded, please load a encryption module in the app menu')); } else { ?> -

Select default encryption module:

+

t('Select default encryption module:')) ?>

$module): ?> 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('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.'); ?> + p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.')); ?>