diff options
| author | 2022-01-08 21:58:55 +0100 | |
|---|---|---|
| committer | 2022-01-08 21:58:55 +0100 | |
| commit | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch) | |
| tree | f11de558e7a09522a45d1c155d9707ecda6bf1eb /config.default.php | |
| parent | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff) | |
Use typographic quotes (#4133)
* Use typographic quotes
* A few fixes
* Fix
* Fix not saved
* Implement feedback
* Detail
* Revert spoken English fixes
Left for a future dedicated discussion
* More reverts
* Final reverts
* Final minor
Diffstat (limited to 'config.default.php')
| -rw-r--r-- | config.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.default.php b/config.default.php index 910370a3e..a9f6a12ec 100644 --- a/config.default.php +++ b/config.default.php @@ -35,7 +35,7 @@ return array( # Force users to validate their email address. If `true`, an email with a # validation URL is sent during registration, and users cannot access their - # feed if they didn't access this URL. + # feed if they didn’t access this URL. # Note: it is recommended to not enable it with PHP < 5.5 (emails cannot be # sent). 'force_email_validation' => false, @@ -64,7 +64,7 @@ return array( # Allow or not the use of the API, used for mobile apps. # End-point is https://freshrss.example.net/api/greader.php - # You need to set the user's API password. + # You need to set the user’s API password. 'api_enabled' => false, # Allow or not the use of an unsafe login, |
