mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
fix casing on some translation strings
This commit is contained in:
parent
12c517f0ff
commit
b9611589ba
2 changed files with 6 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue