[UPDT] ONBOARDING: Image icon replaced and message updates
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user