mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05: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>
|
||||
<Group spacing="xs">
|
||||
<IconKey size="1rem" />
|
||||
<Text>{t('steps.finish.table.password')}</Text>
|
||||
<Text>{t('steps.finish.table.header.password')}</Text>
|
||||
</Group>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user