remove apostraphe

This commit is contained in:
PAlexanderFranklin 2024-03-28 16:52:50 -07:00
parent f3da1b0747
commit 1c1193215c

View File

@ -131,9 +131,9 @@
<div>
<img src="/assets/frappe/images/ui-states/list-empty-state.svg" alt="Generic Empty State" class="null-state">
</div>
<p>{{ _("You haven't created a {0} yet").format(section_name) }}</p>
<p>{{ _("You havent created a {0} yet").format(section_name) }}</p>
</div>
</div>
</div>
</div>
{% endmacro %}
{% endmacro %}