diff options
Diffstat (limited to 'settings/templates/admin/encryption.php')
-rw-r--r-- | settings/templates/admin/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin/encryption.php b/settings/templates/admin/encryption.php index b0869957927..1d956a8f7c1 100644 --- a/settings/templates/admin/encryption.php +++ b/settings/templates/admin/encryption.php @@ -31,7 +31,7 @@ <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-encryption')); ?>"></a> - <p class="settings-hint"><?php p($l->t('Server-side encryption makes is possible to encrypt files that are uploaded to this server. This comes with limitation like a performance penalty. Enable only if needed.')); ?></p> + <p class="settings-hint"><?php p($l->t('Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.')); ?></p> <p id="enable"> <input type="checkbox" id="enableEncryption" class="checkbox" |