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:
parent
4dba3757be
commit
a015e8653b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue