mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-04 17:49:57 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -470,7 +470,7 @@ export function WebPlayer() {
|
||||
const handleOnErrorPause = useCallback(() => {
|
||||
mediaPause();
|
||||
toast.error({
|
||||
message: t('error.playbackPausedDueToError', { postProcess: 'sentenceCase' }),
|
||||
message: t('error.playbackPausedDueToError'),
|
||||
});
|
||||
}, [mediaPause, t]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user