mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
fix casing on some translation strings
This commit is contained in:
@@ -162,7 +162,7 @@ export const useHandlePlayQueueAdd = () => {
|
||||
if (!songs || songs?.length === 0)
|
||||
return toast.warn({
|
||||
message: t('common.noResultsFromQuery', { postProcess: 'sentenceCase' }),
|
||||
title: t('player.playbackFetchNoResults'),
|
||||
title: t('player.playbackFetchNoResults', { postProcess: 'sentenceCase' }),
|
||||
});
|
||||
|
||||
if (initialIndex) {
|
||||
|
||||
Reference in New Issue
Block a user