From f7ca0a8ddcab96dffae4ccfe86c57e147d325773 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 21 Apr 2017 22:41:36 -0400 Subject: [PATCH] Remove accidental translation of an icon specification. Signed-off-by: Roberto Rosario --- mayan/apps/tags/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/tags/views.py b/mayan/apps/tags/views.py index f4debb2e14..133a6caf68 100644 --- a/mayan/apps/tags/views.py +++ b/mayan/apps/tags/views.py @@ -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?',