diff --git a/frontend/src/Activity/Queue/RemoveQueueItemModal.css b/frontend/src/Activity/Queue/RemoveQueueItemModal.css index c9ef59ec1..d7a643463 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemModal.css +++ b/frontend/src/Activity/Queue/RemoveQueueItemModal.css @@ -1,3 +1,4 @@ -.message { +.messageRemove { margin-bottom: 30px; + color: $dangerColor; } diff --git a/frontend/src/Activity/Queue/RemoveQueueItemModal.js b/frontend/src/Activity/Queue/RemoveQueueItemModal.js index 52c2bc1cc..0adf47ffe 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemModal.js +++ b/frontend/src/Activity/Queue/RemoveQueueItemModal.js @@ -69,10 +69,14 @@ class RemoveQueueItemModal extends Component { -
+
Are you sure you want to remove '{sourceTitle}' from the queue?
+
+ Removing will remove the download and the file(s) from the download client. +
+ Blacklist Release { + onAddSeriesModalClose = () => { this.setState({ isNewAddSeriesModalOpen: false }); } @@ -161,7 +161,7 @@ class AddNewSeriesSearchResult extends Component { year={year} overview={overview} images={images} - onModalClose={this.onAddSerisModalClose} + onModalClose={this.onAddSeriesModalClose} />
);