Rename orphan file fix button from 'Delete File' to 'Resolve'

The handler now prompts for staging vs delete, so the button label
should not imply deletion is the only option.
This commit is contained in:
Broque Thomas 2026-03-21 11:34:15 -07:00
parent 4dba3757be
commit a015e8653b

View file

@ -53802,7 +53802,7 @@ async function loadRepairFindings() {
// Finding types that have an automated fix action
const fixableTypes = {
dead_file: 'Re-download',
orphan_file: 'Delete File',
orphan_file: 'Resolve',
track_number_mismatch: 'Fix',
missing_cover_art: 'Apply Art',
metadata_gap: 'Apply',