mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 02:14:23 +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,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user