Fix dark theme description

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2022-04-29 17:08:12 +02:00
parent 3ce5f51c2a
commit 4e7989a83e
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

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