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 = {
|
result = {
|
||||||
'message': _('Will be removed from all documents.'),
|
'message': _('Will be removed from all documents.'),
|
||||||
'submit_icon': _('fa fa-times'),
|
'submit_icon': 'fa fa-times',
|
||||||
'submit_label': _('Delete'),
|
'submit_label': _('Delete'),
|
||||||
'title': ungettext(
|
'title': ungettext(
|
||||||
'Delete the selected tag?',
|
'Delete the selected tag?',
|
||||||
|
|||||||
Reference in New Issue
Block a user