]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix dark theme description 32213/head
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Fri, 29 Apr 2022 15:08:12 +0000 (17:08 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Sun, 1 May 2022 08:23:02 +0000 (10:23 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
apps/theming/lib/Themes/DarkTheme.php

index b2dc1dcea720fb1d0973a2b1ca4ed4a0022dc60b..f5463d94fc4a967f9fed39f1032695826d206144 100644 (file)
@@ -45,7 +45,7 @@ class DarkTheme extends DefaultTheme implements ITheme {
        }
 
        public function getDescription(): string {
-               return $this->l->t('A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find.');
+               return $this->l->t('A dark theme to ease your eyes by reducing the overall luminosity and brightness.');
        }
 
        public function getCSSVariables(): array {