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
@@ -186,7 +186,7 @@ export const PlayerConfig = () => {
size="sm"
stopsPropagation
tooltip={{
label: t('common.setting_other', { postProcess: 'titleCase' }),
label: t('common.setting', { count: 2, postProcess: 'titleCase' }),
openDelay: 0,
}}
variant="subtle"