diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/import_table.html')
-rw-r--r-- | ishtar_common/templates/ishtar/import_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/import_table.html b/ishtar_common/templates/ishtar/import_table.html index 1f7b242b6..e951e28c4 100644 --- a/ishtar_common/templates/ishtar/import_table.html +++ b/ishtar_common/templates/ishtar/import_table.html @@ -42,7 +42,7 @@ $("#import-list").find('input').prop('disabled', true); {{import.name|default:"-"}} </td> <td> - {{import.importer_type}} + {{import.importer_type}} ({% trans import.importer_type.type_label %}) </td> <td> {% if import.imported_file %} |