Change name of high contrast theme to high contrast mode
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
This commit is contained in:
parent
ae9523c6ce
commit
adb3e59a01
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
@ -67,9 +67,9 @@ class AccessibilityProvider {
|
||||||
public function getHighContrast() {
|
public function getHighContrast() {
|
||||||
return [
|
return [
|
||||||
'id' => 'highcontrast',
|
'id' => 'highcontrast',
|
||||||
'img' => $this->urlGenerator->imagePath($this->appName, 'theme-highcontrast.jpg'),
|
'img' => $this->urlGenerator->imagePath($this->appName, 'mode-highcontrast.jpg'),
|
||||||
'title' => $this->l->t('High contrast theme'),
|
'title' => $this->l->t('High contrast mode'),
|
||||||
'text' => $this->l->t('A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased.')
|
'text' => $this->l->t('A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue