From ef89bcf2db870f2f4a0bcc5ecc10ea94c88fb18e Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:05:28 -0400 Subject: [PATCH] Adjusted button labels. --- web/model-manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/model-manager.js b/web/model-manager.js index b5cec13..3fc36c0 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -4684,7 +4684,7 @@ class SettingsView { this.elements.saveButton = saveButton; const correctPreviewsButton = new ComfyButton({ - content: 'Fix Extensions', + content: 'Fix Preview Extensions', tooltip: 'Correct image file extensions in all model directories', action: async (e) => { const [button, icon, span] = comfyButtonDisambiguate(e.target); @@ -4710,7 +4710,7 @@ class SettingsView { }).element; const scanDownloadModelInfosButton = new ComfyButton({ - content: 'Download Scan Model Info', + content: 'Download Model Info', tooltip: 'Scans all model files and tries to download and save model info, notes and urls.', action: async (e) => { const confirmation = window.confirm(