From 85f14f92fdb5c375f0ae4100f50a529a62b480ec Mon Sep 17 00:00:00 2001 From: rupak Date: Sat, 24 Jan 2026 20:16:43 +0545 Subject: Message for closed registration (#8462) * Add closed msg field i18n fix * Display based on registration type * Save as FreshRSS_Context::systemConf()->closed_registration_message instead * Improve messages * Revert unrelated changes * make fix-all * Minor whitespace * Simplify logic * Fix invalid use of empty() and sympler syntax --------- Co-authored-by: Alexandre Alapetite --- app/i18n/en-US/admin.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/en-US/admin.php') diff --git a/app/i18n/en-US/admin.php b/app/i18n/en-US/admin.php index 768e6bcfa..30e875253 100644 --- a/app/i18n/en-US/admin.php +++ b/app/i18n/en-US/admin.php @@ -83,10 +83,12 @@ return array( '_' => 'Base URL', // IGNORE 'recommendation' => 'Automatic recommendation: %s', // IGNORE ), + 'closed_registration_message' => 'Message if registrations are closed', // IGNORE 'cookie-duration' => array( 'help' => 'in seconds', // IGNORE 'number' => 'Duration to keep logged in', // IGNORE ), + 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // IGNORE 'force_email_validation' => 'Force email address validation', // IGNORE 'instance-name' => 'Instance name', // IGNORE 'max-categories' => 'Max number of categories per user', // IGNORE -- cgit v1.2.3