diff options
author | Frank Karlitschek <frank@karlitschek.de> | 2017-04-24 13:09:30 -0400 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | 5e1ce69b0521e1cfc56a5b3212697f850e9cacdc (patch) | |
tree | 1fc02e35ebd9c2224c57b06ebf85d09421581b6d /settings/templates/admin/encryption.php | |
parent | 8ef25a7628d44465d4777686227407f9a2067700 (diff) | |
download | nextcloud-server-5e1ce69b0521e1cfc56a5b3212697f850e9cacdc.tar.gz nextcloud-server-5e1ce69b0521e1cfc56a5b3212697f850e9cacdc.zip |
adding some documentation hints and some smaller cleanup
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 4b6d9045689..b0869957927 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 id="enable"> <input type="checkbox" id="enableEncryption" class="checkbox" |