mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-22 20:07:42 +02:00
Fix keys
This commit is contained in:
@@ -183,6 +183,6 @@ export const openUpdatePlaylistModal = async (args: {
|
|||||||
onCancel={closeAllModals}
|
onCancel={closeAllModals}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
title: i18n.t('form.editPlaylist', { postProcess: 'titleCase' }) as string,
|
title: i18n.t('form.editPlaylist.title', { postProcess: 'titleCase' }) as string,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -72,7 +72,9 @@ export const HomeCommands = ({
|
|||||||
})
|
})
|
||||||
: `${t('common.search', { postProcess: 'sentenceCase' })}...`}
|
: `${t('common.search', { postProcess: 'sentenceCase' })}...`}
|
||||||
</Command.Item>
|
</Command.Item>
|
||||||
<Command.Item onSelect={handleCreatePlaylistModal}>{t('')}...</Command.Item>
|
<Command.Item onSelect={handleCreatePlaylistModal}>
|
||||||
|
{t('action.createPlaylist', { postProcess: 'sentenceCase' })}...
|
||||||
|
</Command.Item>
|
||||||
<Command.Item onSelect={() => setPages([...pages, CommandPalettePages.GO_TO])}>
|
<Command.Item onSelect={() => setPages([...pages, CommandPalettePages.GO_TO])}>
|
||||||
{t('page.globalSearch.commands.goToPage', { postProcess: 'sentenceCase' })}...
|
{t('page.globalSearch.commands.goToPage', { postProcess: 'sentenceCase' })}...
|
||||||
</Command.Item>
|
</Command.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user