Skip to content

Commit

Permalink
spelling in filters on materials page fixed (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
besizzo authored Aug 18, 2022
1 parent 0d096c3 commit 474d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/old/modules/materials/components/MaterialsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const MaterialsView: React.FC = () => {
const translations = {
'1': `${t(langTokens.common.article_1, defaultPlural)}`,
'2': `${t(langTokens.common.video)}`,
'3': `${t(langTokens.common.note, defaultPlural)}`,
'3': `${t(langTokens.common.post_1, defaultPlural)}`,
};
const translatedPostType = { ...postType };
translatedPostType.name = translations[postType.id] || postType.name;
Expand Down

0 comments on commit 474d9e5

Please sign in to comment.