summaryrefslogtreecommitdiffstats
path: root/apps/encryption
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2023-03-31 10:35:10 +0200
committerGitHub <noreply@github.com>2023-03-31 10:35:10 +0200
commita1aa4491acac6217061a1cecc8cb9d807292376c (patch)
tree307b88cdb4a5df3bdb55aeb0a91cf852d55f0141 /apps/encryption
parent5da480a9b8cd50876fc48b7c42559af2d7d45760 (diff)
parent0cdf8baed83f38de82fddf0408e7c78fb220067c (diff)
downloadnextcloud-server-a1aa4491acac6217061a1cecc8cb9d807292376c.tar.gz
nextcloud-server-a1aa4491acac6217061a1cecc8cb9d807292376c.zip
Merge pull request #37478 from silopolis/stringfix
String fix
Diffstat (limited to 'apps/encryption')
-rw-r--r--apps/encryption/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 15e95ee475a..e77261c4712 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -6,7 +6,7 @@
<summary>Default encryption module for server-side encryption</summary>
<description>
In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.
-The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system.
+The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.
Please read the documentation to know all implications before you decide to enable server-side encryption.
</description>
<version>2.15.0</version>