fix email action label

This commit is contained in:
yuri
2017-11-30 11:31:05 +02:00
parent fc2bc0c715
commit f1d57bd0df
+1 -1
View File
@@ -86,7 +86,7 @@ Espo.define('views/email/record/detail', 'views/record/detail', function (Dep) {
'hidden': this.model.get('isImportant')
});
this.dropdownItemList.push({
'label': 'Mark as Not Important',
'label': 'Unmark Importance',
'name': 'markAsNotImportant',
'hidden': !this.model.get('isImportant')
});