Merge pull request #9402 from p-bo/patch-27

Fix formating
This commit is contained in:
Daniel
2022-11-25 20:38:15 +01:00
committed by GitHub

View File

@@ -809,7 +809,7 @@ The app allows for two settings, a minimum time for trash bin retention,
and a maximum time for trash bin retention.
Minimum time is the number of days a file will be kept, after which it
_may be_ deleted. A file may be deleted after the minimum number of days
*may be* deleted. A file may be deleted after the minimum number of days
is expired if space is needed. The file will not be deleted if space is
not needed.
@@ -821,8 +821,8 @@ Whether "space is needed" depends on whether a user quota is defined or not:
* If a user quota is defined, 50% of the user's remaining quota space sets
the limit for the trashbin.
Maximum time is the number of days at which it is _guaranteed
to be_ deleted. There is no further dependency on the available space.
Maximum time is the number of days at which it is *guaranteed
to be* deleted. There is no further dependency on the available space.
Both minimum and maximum times can be set together to explicitly define
file and folder deletion. For migration purposes, this setting is installed
@@ -2049,7 +2049,7 @@ of your php version. Then set the setting to true.
Nextcloud uses the Argon2 algorithm (with PHP >= 7.2) to create hashes by its
own and exposes its configuration options as following. More information can
be found at: https://www.php.net/manual/en/function.password-hash.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
::