mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
Fix keys
This commit is contained in:
@@ -183,6 +183,6 @@ export const openUpdatePlaylistModal = async (args: {
|
||||
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' })}...`}
|
||||
</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])}>
|
||||
{t('page.globalSearch.commands.goToPage', { postProcess: 'sentenceCase' })}...
|
||||
</Command.Item>
|
||||
|
||||
Reference in New Issue
Block a user