From 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Jan 2022 21:58:55 +0100 Subject: 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 --- config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.default.php') 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, -- cgit v1.2.3