mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-12 11:12:11 +00:00
fix dark mode and charts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user