[UPDT] BASE: Updated title of edit button

This commit is contained in:
Horilla
2025-09-24 16:23:32 +05:30
parent 56d3b3881e
commit 48baa8683b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
{% if perms.base.change_rotatingshiftassign or request.user|is_reportingmanager %}
<a hx-get="{% url 'rotating-shift-assign-update' instance.id %}?instance_ids={{instance.ordered_ids}}"
hx-target="#genericModalBody" hx-swap="innerHTML" data-target="#genericModal" data-toggle="oh-modal-toggle"
type="button" class="oh-btn oh-btn--light-bkg w-100" title="{% trans 'Update' %}">
type="button" class="oh-btn oh-btn--light-bkg w-100" title="{% trans 'Edit' %}">
<ion-icon name="create-outline"></ion-icon>
</a>
{% endif %}

View File

@@ -5,7 +5,7 @@
{% if perms.base.change_rotatingworktypeassign or request.user|is_reportingmanager %}
<a hx-get="{% url 'rotating-work-type-assign-update' instance.id %}?instance_ids={{instance.ordered_ids}}"
hx-target="#genericModalBody" data-target="#genericModal" data-toggle="oh-modal-toggle" type="button"
class="oh-btn oh-btn--light-bkg small-button w-100" title="{% trans 'Update' %}">
class="oh-btn oh-btn--light-bkg small-button w-100" title="{% trans 'Edit' %}">
<ion-icon name="create-outline"></ion-icon>
</a>
{% endif %}