diff options
Diffstat (limited to 'apps/theming/lib/Themes/DarkTheme.php')
-rw-r--r-- | apps/theming/lib/Themes/DarkTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DarkTheme.php b/apps/theming/lib/Themes/DarkTheme.php index b2dc1dcea72..f5463d94fc4 100644 --- a/apps/theming/lib/Themes/DarkTheme.php +++ b/apps/theming/lib/Themes/DarkTheme.php @@ -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 { |