remove direct references to plural translation keys

This commit is contained in:
jeffvli
2026-01-29 19:52:42 -08:00
parent c1f48b21a4
commit 74b0e38f7e
10 changed files with 50 additions and 28 deletions
@@ -19,7 +19,7 @@ export const openVisualizerSettingsModal = () => {
width: '100%',
},
},
title: i18n.t('common.setting_other', { postProcess: 'titleCase' }),
title: i18n.t('common.setting', { count: 2, postProcess: 'titleCase' }),
transitionProps: {
transition: 'pop',
},