Skip to content

Commit 331267f

Browse files
committed
Update status title for previously donloaded components
1 parent 2ff1eb6 commit 331267f

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
@@ -119,7 +119,7 @@ class InstallableItem {
119119
getDownloadStatus() {
120120
let status = 'No download required';
121121
if (this.size && this.size >= 0) {
122-
status = this.downloaded ? 'Previously Downloaded' : 'Selected to download';
122+
status = this.downloaded ? 'Previously downloaded' : 'Selected to download';
123123
}
124124
return status;
125125
}

0 commit comments

Comments
 (0)