[FIX] Typo in payroll-tab

This commit is contained in:
Horilla
2023-09-14 09:52:51 +05:30
parent 798a577158
commit 1140bfa0a1

View File

@@ -29,8 +29,8 @@
<div class="oh-sticky-table__table oh-table--sortable">
<div class="oh-sticky-table__thead">
<div class="oh-sticky-table__tr">
<div class="oh-sticky-table__th">{% trans "employee" %}</div>
<div class="oh-sticky-table__th">{% trans "period" %}</div>
<div class="oh-sticky-table__th">{% trans "Employee" %}</div>
<div class="oh-sticky-table__th">{% trans "Period" %}</div>
<div class="oh-sticky-table__th">{% trans "Status" %}</div>
<div class="oh-sticky-table__th">{% trans "Gross Pay" %}</div>
<div class="oh-sticky-table__th">{% trans "Deduction" %}</div>