Typo fix (#453)
* [ADD] PMS: Anonymous feedback filter * Fixed a typo and renamed it to ensure correct terminology --------- Co-authored-by: Horilla <support@horilla.com>
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
</div>
|
||||
<div class="col-12 col-sm-12 col-md-12 col-lg-6">
|
||||
<label class="oh-label d-block" for="marital_status"
|
||||
>{% trans "Maritial Status" %}</label
|
||||
>{% trans "Marital Status" %}</label
|
||||
>
|
||||
{{form.marital_status}} {{form.marital_status.errors}}
|
||||
</div>
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<li class="oh-profile__card-info-item">
|
||||
<span class="oh-profile__info-label mb-1">
|
||||
<ion-icon name="link-outline"></ion-icon>
|
||||
<span>{% trans "Maritial Status" %}</span>
|
||||
<span>{% trans "Marital Status" %}</span>
|
||||
</span>
|
||||
<span class="oh-profile__info-value">{{employee.get_marital_status_display}}</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user