mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -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