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