Remove beta from dark theme name ref #16076 (#16253)

Remove beta from dark theme name ref #16076
This commit is contained in:
John Molakvoæ 2019-07-06 08:50:10 +02:00 committed by GitHub
commit 307fb2bb8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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