[UPDT] ATTENDANCE: Tab name changed from Validate Attendance to Attendance to Validate

This commit is contained in:
Horilla
2024-08-31 15:13:02 +05:30
parent 1c4835af09
commit 40d00cbf24
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
<div class="oh-tabs">
<ul class="oh-tabs__tablist">
<li class="oh-tabs__tab" data-target="#tab_1">
{% trans "Validate Attendances" %}
{% trans "Attendance To Validate " %}
<div class="oh-dropdown float-end" x-data="{open: false}">
<button class="oh-btn oh-stop-prop oh-btn--transparent oh-accordion-meta__btn" @click="open = !open"
@click.outside="open = false" title='{% trans "Actions" %}'>

View File

@@ -28,4 +28,4 @@
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}

View File

@@ -86,7 +86,7 @@
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<div class="oh-main__titlebar oh-main__titlebar--left">
<h1 class="oh-main__titlebar-title fw-bold">
{% trans "All Attendances" %}
{% trans "Attendances" %}
</h1>
<a
class="oh-main__titlebar-search-toggle"

View File

@@ -51,7 +51,7 @@
{% trans "Requested Attendances" %}
</li>
<li class="oh-tabs__tab" data-target="#tab_2">
{% trans "Attendances" %}
{% trans "All Attendances" %}
</li>
</ul> {% include "requests/attendance/request_lines.html" %}
</div>