From a015e8653b8b88f9b9cc41b10fec3663a4d58721 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:34:15 -0700 Subject: [PATCH] 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. --- webui/static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/script.js b/webui/static/script.js index 73f25559..ff42a934 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -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',