mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix dark theme description
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
3ce5f51c2a
commit
4e7989a83e
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue