Skip to content

Commit

Permalink
fix(text): Fix small typo in app description
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Tarot (@silopolis) <[email protected]>
  • Loading branch information
silopolis committed Mar 30, 2023
1 parent 78e9e77 commit 0cdf8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/encryption/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0cdf8ba

Please sign in to comment.