Add translations

This commit is contained in:
koalasat
2025-07-10 16:44:00 +02:00
parent c05d4f722f
commit 748a475561

View File

@ -187,7 +187,7 @@ const OrderPage = (): React.JSX.Element => {
<Stepper activeStep={orderStep}>
{steps.map((label) => (
<Step key={label}>
<StepLabel>{label}</StepLabel>
<StepLabel>{t(label)}</StepLabel>
</Step>
))}
</Stepper>