diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-29 17:08:12 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-01 10:23:02 +0200 |
commit | 4e7989a83eafacbf4d12a714b0d27f66d1234640 (patch) | |
tree | 0aaea9bb6f25d8b52b39a077c2ae7a8666b7b444 /apps/theming | |
parent | 3ce5f51c2aff53d068a22b87faa4e8be40ee11cc (diff) | |
download | nextcloud-server-4e7989a83eafacbf4d12a714b0d27f66d1234640.tar.gz nextcloud-server-4e7989a83eafacbf4d12a714b0d27f66d1234640.zip |
Fix dark theme description
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming')
-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 { |