mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Fixed: Improved error messaging for manual import
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = Backgrid.Cell.extend({
|
||||
content : html,
|
||||
html : true,
|
||||
trigger : 'hover',
|
||||
title : 'Release Rejected',
|
||||
title : this.column.get('title'),
|
||||
placement : 'left',
|
||||
container : this.$el
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user