mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-13 14:10:04 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -19,7 +19,7 @@ export const RemoveFromQueueAction = ({ items }: RemoveFromQueueActionProps) =>
|
||||
|
||||
return (
|
||||
<ContextMenu.Item leftIcon="remove" onSelect={onSelect}>
|
||||
{t('action.removeFromQueue', { postProcess: 'sentenceCase' })}
|
||||
{t('action.removeFromQueue')}
|
||||
</ContextMenu.Item>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user