From 6b585a9fcfcf9363af703b93a96dbcde648e8e17 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 10 Aug 2023 20:08:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20wrong=20translation=20key?= =?UTF-8?q?=20for=20password=20in=20user=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Manage/User/Create/review-input-step.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Manage/User/Create/review-input-step.tsx b/src/components/Manage/User/Create/review-input-step.tsx index 029c4bde6..779ab1765 100644 --- a/src/components/Manage/User/Create/review-input-step.tsx +++ b/src/components/Manage/User/Create/review-input-step.tsx @@ -74,7 +74,7 @@ export const ReviewInputStep = ({ values, prevStep, nextStep }: ReviewInputStepP - {t('steps.finish.table.password')} + {t('steps.finish.table.header.password')}