From e98c57841b843ed881f06ce6ed1c9c89942c27b8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 6 Jun 2024 22:24:58 +0200 Subject: Default dark mode to auto (#5582) * Default dark mode to auto Set default dark mode to automatic instead of disabled. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4843 * Selected themes * For compatible themes only --- app/i18n/pl/conf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/i18n/pl/conf.php') diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 1e960e45c..c48d76d14 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -33,8 +33,9 @@ return array( 'display' => array( '_' => 'Wyświetlanie', 'darkMode' => array( - '_' => 'Tryb ciemny (beta)', + '_' => 'Tryb ciemny', 'auto' => 'Automatyczny', + 'help' => 'For compatible themes only', // TODO 'no' => 'Wyłączony', ), 'icon' => array( -- cgit v1.2.3