summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Tarot (@silopolis) <silopolis@gmail.com>2023-03-30 12:57:49 +0200
committerJérémie Tarot (@silopolis) <silopolis@gmail.com>2023-03-30 12:57:49 +0200
commit0cdf8baed83f38de82fddf0408e7c78fb220067c (patch)
treee8d3eadc1de1c865016b46ce2890023501d7781f
parent78e9e77b9ae63145f9d01f3593c721afcd4636d9 (diff)
downloadnextcloud-server-0cdf8baed83f38de82fddf0408e7c78fb220067c.tar.gz
nextcloud-server-0cdf8baed83f38de82fddf0408e7c78fb220067c.zip
fix(text): Fix small typo in app description
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
-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>