Remove accidental translation of an icon specification.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-04-21 22:41:36 -04:00
parent 02a984398a
commit f7ca0a8ddc

View File

@@ -126,7 +126,7 @@ class TagDeleteActionView(MultipleObjectConfirmActionView):
result = {
'message': _('Will be removed from all documents.'),
'submit_icon': _('fa fa-times'),
'submit_icon': 'fa fa-times',
'submit_label': _('Delete'),
'title': ungettext(
'Delete the selected tag?',