Skip to content

Commit

Permalink
fix: incorrect localesNotSaved translation (#5996)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak committed May 3, 2024
1 parent 43dab5c commit af67749
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ const Duplicate: React.FC<Props> = ({ id, slug, collection }) => {
if (localeErrors.length > 0) {
toast.error(
`
${t('error:localesNotSaved', { count: localeErrors.length })}
${t('error:localesNotSaved_other', { count: localeErrors.length })}
${localeErrors.join(', ')}
`,
{ autoClose: 5000 },
Expand Down

0 comments on commit af67749

Please sign in to comment.