🐛 Fix wrong translation key for password in user creation

This commit is contained in:
Meier Lukas
2023-08-10 20:08:47 +02:00
parent 9254703855
commit 6b585a9fcf

View File

@@ -74,7 +74,7 @@ export const ReviewInputStep = ({ values, prevStep, nextStep }: ReviewInputStepP
<td> <td>
<Group spacing="xs"> <Group spacing="xs">
<IconKey size="1rem" /> <IconKey size="1rem" />
<Text>{t('steps.finish.table.password')}</Text> <Text>{t('steps.finish.table.header.password')}</Text>
</Group> </Group>
</td> </td>
<td> <td>