We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7fb56 commit f0d00d0Copy full SHA for f0d00d0
1 file changed
browser/model/installable-item.js
@@ -162,7 +162,7 @@ class InstallableItem {
162
let h = new Hash();
163
164
if (progress.current === 0 && progress.status !== 'Downloading') {
165
- progress.setStatus('Verifying Existing Download');
+ progress.setStatus('Verifying previously downloaded components');
166
}
167
168
h.SHA256(downloadedFile, (dlSha) => {
0 commit comments