From 3a13301e237a25965bc1f9d48e94f5700026c760 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 26 Oct 2023 11:47:25 -0700 Subject: [PATCH] Fix keys --- .../features/playlists/components/update-playlist-form.tsx | 2 +- src/renderer/features/search/components/home-commands.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/renderer/features/playlists/components/update-playlist-form.tsx b/src/renderer/features/playlists/components/update-playlist-form.tsx index 54cca3d9c..1192fdad1 100644 --- a/src/renderer/features/playlists/components/update-playlist-form.tsx +++ b/src/renderer/features/playlists/components/update-playlist-form.tsx @@ -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, }); }; diff --git a/src/renderer/features/search/components/home-commands.tsx b/src/renderer/features/search/components/home-commands.tsx index 5d2209355..914772d4b 100644 --- a/src/renderer/features/search/components/home-commands.tsx +++ b/src/renderer/features/search/components/home-commands.tsx @@ -72,7 +72,9 @@ export const HomeCommands = ({ }) : `${t('common.search', { postProcess: 'sentenceCase' })}...`} - {t('')}... + + {t('action.createPlaylist', { postProcess: 'sentenceCase' })}... + setPages([...pages, CommandPalettePages.GO_TO])}> {t('page.globalSearch.commands.goToPage', { postProcess: 'sentenceCase' })}...