[FIX] HELPDESK: Typo in templates
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<div class="oh-modal__dialog">
|
||||
<div class="oh-modal__dialog-header">
|
||||
<h2 class="oh-modal__dialog-title" id="editModaltitle">
|
||||
{% trans "mDepartment Manager Update" %}
|
||||
{% trans "Department Manager Update" %}
|
||||
</h2>
|
||||
<button class="oh-modal__close" aria-label="Close">
|
||||
<ion-icon name="close-outline"></ion-icon>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<div class="oh-modal__dialog-header">
|
||||
<h2 class="oh-modal__dialog-title" id="createModalTitle">
|
||||
{% if dep_id %}
|
||||
{% trans "update Tag" %}
|
||||
{% trans "Update department manager" %}
|
||||
{% else %}
|
||||
{% trans "Create Tag" %}
|
||||
{% trans "Create department manager" %}
|
||||
{% endif %}
|
||||
</h2>
|
||||
<button class="oh-modal__close" aria-label="Close">
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<form
|
||||
action="{% url 'department-manager-delete' manager.id %}"
|
||||
class="w-50"
|
||||
onsubmit="return confirm('{% trans "Are you sure you want to delete this ticket type?" %}');"
|
||||
onsubmit="return confirm('{% trans "Are you sure you want to remove this department manager?" %}');"
|
||||
method='post'>
|
||||
{% csrf_token %}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user