Remove accidental translation of an icon specification.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user