Update packages, fix intro js

This commit is contained in:
James Cole
2026-06-10 05:37:08 +02:00
parent bc10c5145f
commit 758a7af0fe
11 changed files with 152 additions and 170 deletions
@@ -65,7 +65,7 @@ trait GetConfigurationData
$currentStep = $options;
// get the text:
$currentStep['hint'] = (string) trans('intro.'.$route.'_'.$key);
$currentStep['text'] = (string) trans('intro.'.$route.'_'.$key);
// save in array:
$steps[] = $currentStep;
@@ -198,7 +198,7 @@ trait GetConfigurationData
$currentStep = $options;
// get the text:
$currentStep['intro'] = (string) trans('intro.'.$route.'_'.$specificPage.'_'.$key);
$currentStep['text'] = (string) trans('intro.'.$route.'_'.$specificPage.'_'.$key);
// save in array:
$steps[] = $currentStep;