mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Remove beta from dark theme name ref #16076
This commit is contained in:
commit
307fb2bb8c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class AccessibilityProvider {
|
|||
], [
|
||||
'id' => 'themedark',
|
||||
'img' => $this->urlGenerator->imagePath($this->appName, 'theme-dark.jpg'),
|
||||
'title' => $this->l->t('Dark theme (beta)'),
|
||||
'title' => $this->l->t('Dark theme'),
|
||||
'text' => $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.')
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue