Skip to content

Commit

Permalink
Update progress bar message in quickpick.js to specify "Files Extract…
Browse files Browse the repository at this point in the history
…ed" for clarity
  • Loading branch information
N6REJ committed Aug 24, 2024
1 parent f18a349 commit 2f88d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/resources/homepage/js/quickpick.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function installModule(moduleName, version) {
if (isDownloading) {
progressbar.innerText = `${progressValue} KBytes Downloaded`;
} else {
progressbar.innerText = `${progressValue} Extracted`;
progressbar.innerText = `${progressValue} Files Extracted`;
}
} else if (data.success) {

Expand Down

0 comments on commit 2f88d1c

Please sign in to comment.