2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 12:40:57 +00:00

replace i html tags

This commit is contained in:
Matthias
2021-09-02 00:18:47 +02:00
parent 6a420fd95c
commit 0ebc45e834
27 changed files with 45 additions and 45 deletions

View File

@ -78,7 +78,7 @@
{% if company.currency %}
{{ company.currency }}
{% else %}
<i>{% trans "Uses default currency" %}</i>
<em>{% trans "Uses default currency" %}</em>
{% endif %}
</td>
</tr>

View File

@ -225,7 +225,7 @@ $("#multi-parameter-delete").click(function() {
<ul>`;
selections.forEach(function(item) {
text += `<li>${item.name} - <i>${item.value}</i></li>`;
text += `<li>${item.name} - <em>${item.value}</em></li>`;
});
text += `