diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 8069f9c02..baeba4142 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -611,8 +611,6 @@ "copyPath": "Copy path to clipboard", "copiedPath": "Path copied successfully", "openFile": "Show track in file manager", - "tagsSaved": "Tags saved successfully", - "rescanStarted": "Library rescan started", "fileNotWritable": "File is not accessible or not writable", "triggerRescan": "Trigger library rescan after saving", "addField": "Add field…", diff --git a/src/renderer/features/tag-editor/components/song-edit-modal.tsx b/src/renderer/features/tag-editor/components/song-edit-modal.tsx index 064a60578..9ca239b51 100644 --- a/src/renderer/features/tag-editor/components/song-edit-modal.tsx +++ b/src/renderer/features/tag-editor/components/song-edit-modal.tsx @@ -233,7 +233,11 @@ export const SongEditModal = ({ songs }: { songs: Song[] }) => { /> -