mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 09:43:23 +00:00
Add translations
This commit is contained in:
@ -187,7 +187,7 @@ const OrderPage = (): React.JSX.Element => {
|
|||||||
<Stepper activeStep={orderStep}>
|
<Stepper activeStep={orderStep}>
|
||||||
{steps.map((label) => (
|
{steps.map((label) => (
|
||||||
<Step key={label}>
|
<Step key={label}>
|
||||||
<StepLabel>{label}</StepLabel>
|
<StepLabel>{t(label)}</StepLabel>
|
||||||
</Step>
|
</Step>
|
||||||
))}
|
))}
|
||||||
</Stepper>
|
</Stepper>
|
||||||
|
Reference in New Issue
Block a user