Skip to content

Commit f4b8bbf

Browse files
committed
fix(pci-project): translation namespace
ref: #MANAGER-20088 Signed-off-by: Fabien Henon <[email protected]>
1 parent 1991c7d commit f4b8bbf

File tree

1 file changed

+1
-1
lines changed
  • packages/manager/apps/pci-project/src/pages/creation/steps

1 file changed

+1
-1
lines changed

packages/manager/apps/pci-project/src/pages/creation/steps/ConfigStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function ConfigStep({
3131
form,
3232
setForm,
3333
}: ConfigStepProps) {
34-
const { t } = useTranslation(['new/config', 'NAMESPACES.FORM']);
34+
const { t } = useTranslation(['new/config', NAMESPACES.FORM]);
3535

3636
const { cartId } = cart;
3737

0 commit comments

Comments
 (0)