mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Update templates to fit the new translator
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
<div class="modal-body">
|
||||
<p>
|
||||
{% set supported_file_types = ['jpg', 'jpeg', 'pjpg', 'gif', 'png']|join(' | ') %}
|
||||
{% trans %} Invalid file type, only ({{ supported_file_types }}) file formats are supported {% endtrans %}
|
||||
{% trans with {'%supported_file_types%' : supported_file_types} %}Invalid file type, only (%supported_file_types%) file formats are supported'{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@@ -368,4 +368,4 @@
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user