Fix dark theme description

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/32213/head
John Molakvoæ 2022-04-29 17:08:12 +07:00
parent 3ce5f51c2a
commit 4e7989a83e
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

@ -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 {