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:
@@ -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 %}
|
||||
|
||||
|
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user