This commit is contained in:
hailin 2025-04-22 10:16:08 +08:00
parent 0db2014164
commit 81431eaad5
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export default function SetupPage() {
<StepContainer <StepContainer
stepDescription={t("setup.EnterAPIKeysForEachServiceYoudLikeToUse")} stepDescription={t("setup.EnterAPIKeysForEachServiceYoudLikeToUse")}
stepNum={currentStep} stepNum={currentStep}
stepTitle={t("SetAPIKeysOptional")} stepTitle={t("setup.SetAPIKeysOptional")}
onShouldProceed={handleShouldProceed} onShouldProceed={handleShouldProceed}
showNextButton={true} showNextButton={true}
showBackButton={true} showBackButton={true}