mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Typo in Leave Application
Change "Leaves" to "Leave"
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 16%">{{ __("Leave Type") }}</th>
|
<th style="width: 16%">{{ __("Leave Type") }}</th>
|
||||||
<th style="width: 16%" class="text-right">{{ __("Total Allocated Leaves") }}</th>
|
<th style="width: 16%" class="text-right">{{ __("Total Allocated Leave") }}</th>
|
||||||
<th style="width: 16%" class="text-right">{{ __("Expired Leaves") }}</th>
|
<th style="width: 16%" class="text-right">{{ __("Expired Leave") }}</th>
|
||||||
<th style="width: 16%" class="text-right">{{ __("Used Leaves") }}</th>
|
<th style="width: 16%" class="text-right">{{ __("Used Leave") }}</th>
|
||||||
<th style="width: 16%" class="text-right">{{ __("Pending Leaves") }}</th>
|
<th style="width: 16%" class="text-right">{{ __("Pending Leave") }}</th>
|
||||||
<th style="width: 16%" class="text-right">{{ __("Available Leaves") }}</th>
|
<th style="width: 16%" class="text-right">{{ __("Available Leave") }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -25,5 +25,5 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p style="margin-top: 30px;"> No Leaves have been allocated. </p>
|
<p style="margin-top: 30px;"> No Leave has been allocated. </p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user