[FIX] HELPDESK: Typo in templates

This commit is contained in:
Horilla
2024-01-12 21:36:49 +05:30
parent 07d2bb4742
commit d25f839124
3 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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">

View File

@@ -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