Skip to content

Commit f0d00d0

Browse files
committed
Update message for downloaded components verification
1 parent dd7fb56 commit f0d00d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/model/installable-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class InstallableItem {
162162
let h = new Hash();
163163

164164
if (progress.current === 0 && progress.status !== 'Downloading') {
165-
progress.setStatus('Verifying Existing Download');
165+
progress.setStatus('Verifying previously downloaded components');
166166
}
167167

168168
h.SHA256(downloadedFile, (dlSha) => {

0 commit comments

Comments
 (0)