Remove beta from dark theme name ref #16076

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-07-05 14:34:21 +02:00
parent a528942c24
commit ddbdc21ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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.')
]
);