fix dark mode and charts

This commit is contained in:
Sander Dorigo
2026-06-09 12:04:33 +02:00
parent 6e10c8dba1
commit bc10c5145f
9 changed files with 213 additions and 162 deletions

View File

@@ -65,7 +65,7 @@ trait GetConfigurationData
$currentStep = $options;
// get the text:
$currentStep['intro'] = (string) trans('intro.'.$route.'_'.$key);
$currentStep['hint'] = (string) trans('intro.'.$route.'_'.$key);
// save in array:
$steps[] = $currentStep;