mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🐛 Fix wrong translation key for password in user creation
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user