mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
Add translations
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user