Fixed: Improved error messaging for manual import

This commit is contained in:
Mark McDowall
2015-06-07 14:09:49 -07:00
parent c9f1039ab4
commit 92b87b9d21
5 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -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
});