We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff1eb6 commit 331267fCopy full SHA for 331267f
1 file changed
browser/model/installable-item.js
@@ -119,7 +119,7 @@ class InstallableItem {
119
getDownloadStatus() {
120
let status = 'No download required';
121
if (this.size && this.size >= 0) {
122
- status = this.downloaded ? 'Previously Downloaded' : 'Selected to download';
+ status = this.downloaded ? 'Previously downloaded' : 'Selected to download';
123
}
124
return status;
125
0 commit comments