[UPDT] ONBOARDING: Image icon replaced and message updates

This commit is contained in:
Horilla
2024-11-24 10:46:32 +05:30
parent 7d5854d255
commit dd33ab7e3c
2 changed files with 3 additions and 3 deletions

View File

@@ -50,8 +50,8 @@
{% else %}
<div style="height: 380px; display:flex;align-items: center;justify-content: center;" class="">
<div style="" class="">
<img style="display: block;width: 70px;margin: 20px auto ;" src="{% static "/images/ui/joiningchart.png" %}" class="" alt="" />
<h3 style="font-size:16px" class="oh-404__subtitle">{% trans 'No data Found...' %}</h3>
<img style="display: block;width: 70px;margin: 20px auto ;" src="{% static "/images/ui/no_records.svg" %}" class="" alt="" />
<h3 style="font-size:16px" class="oh-404__subtitle">{% trans 'No records available at the moment.' %}</h3>
</div>
</div>
{% endif %}

View File

@@ -1439,7 +1439,7 @@ def onboard_candidate_chart(request):
"data": data,
"background_color": background_color,
"border_color": border_color,
"message": _("No data Found..."),
"message": _("No records available at the moment."),
},
safe=False,
)