Browse Source

Remove beta from dark theme name ref #16076

Signed-off-by: Greta Doci <gretadoci@gmail.com>
pull/16253/head
Greta Doci 7 years ago
parent
commit
ddbdc21ccf
  1. 2
      apps/accessibility/lib/AccessibilityProvider.php

2
apps/accessibility/lib/AccessibilityProvider.php

@ -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…
Cancel
Save