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 --- app/Controllers/authController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/authController.php') diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php index c4258b8df..27a7b4ac8 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -221,7 +221,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController { /** * This action gives possibility to a user to create an account. * - * The user is redirected to the home if he's connected. + * The user is redirected to the home when logged in. * * A 403 is sent if max number of registrations is reached. */ -- cgit v1.2.3