Skip to content

Commit

Permalink
fix(PN-10282): fix json file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahDonvito committed Apr 3, 2024
1 parent d3b4962 commit 35fb57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pn-commons/src/components/CodeModal/CodeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ const CodeModal = memo(
setInternalError({
internalHasError: true,
internalErrorTitle: getLocalizedOrDefaultLabel(
'commons',
'common',
`errors.invalid_type_code.title`
),
internalErrorMessage: getLocalizedOrDefaultLabel(
'commons',
'common',
`errors.invalid_type_code.message`
),
});
Expand Down

0 comments on commit 35fb57b

Please sign in to comment.