mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Fixed: Bulk UI cleanup, fixes and consistency improvements (#1959)
This commit is contained in:

committed by
Leonardo Galli

parent
4d8a270170
commit
0c8e264668
@@ -69,11 +69,11 @@ module.exports = Marionette.ItemView.extend({
|
||||
}
|
||||
|
||||
else if (status === 'failed') {
|
||||
this._addStatusIcon(element, 'icon-sonarr-download-failed', 'Download failed: check download client for more details');
|
||||
this._addStatusIcon(element, 'icon-sonarr-download-failed', 'Download failed: check download client for more details.');
|
||||
}
|
||||
|
||||
else if (status === 'warning') {
|
||||
this._addStatusIcon(element, 'icon-sonarr-download-warning', 'Download warning: check download client for more details');
|
||||
this._addStatusIcon(element, 'icon-sonarr-download-warning', 'Download warning: check download client for more details.');
|
||||
}
|
||||
|
||||
else {
|
||||
|
Reference in New Issue
Block a user