2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-09 05:10:54 +00:00

make requeseted changes from code review

This commit is contained in:
Matthias
2022-03-20 00:29:58 +01:00
parent 62a81c1a62
commit b0e6b6071f
4 changed files with 8 additions and 16 deletions

View File

@@ -6,12 +6,12 @@
{% block label %}history{% endblock %}
{% block heading %}
{% trans "History" %}
{% trans "Notification History" %}
{% endblock %}
{% block actions %}
<div class='btn btn-secondary' type='button' id='history-refresh' title='{% trans "Refresh History" %}'>
<span class='fa fa-sync'></span> {% trans "Refresh History" %}
<div class='btn btn-secondary' type='button' id='history-refresh' title='{% trans "Refresh Notification History" %}'>
<span class='fa fa-sync'></span> {% trans "Refresh Notification History" %}
</div>
{% endblock %}

View File

@@ -6,12 +6,12 @@
{% block label %}inbox{% endblock %}
{% block heading %}
{% trans "Inbox" %}
{% trans "Pending Notifications" %}
{% endblock %}
{% block actions %}
<div class='btn btn-secondary' type='button' id='inbox-refresh' title='{% trans "Refresh Inbox" %}'>
<span class='fa fa-sync'></span> {% trans "Refresh Inbox" %}
<div class='btn btn-secondary' type='button' id='inbox-refresh' title='{% trans "Refresh Pending Notifications" %}'>
<span class='fa fa-sync'></span> {% trans "Refresh Pending Notifications" %}
</div>
{% endblock %}