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' })}...