Merge "Hooks: use CM6 wording for colorblind preference"

This commit is contained in:
jenkins-bot 2024-08-22 07:24:11 +00:00 committed by Gerrit Code Review
commit 7b7c0e3550

View file

@ -226,7 +226,7 @@ class Hooks implements
$defaultPreferences['usecodemirror-colorblind'] = [
'type' => 'toggle',
'label-message' => 'codemirror-prefs-colorblind',
'label-message' => 'codemirror-v6-prefs-colorblind',
'section' => 'editing/syntax-highlighting',
'disable-if' => [ '!==', 'usecodemirror', '1' ]
];