ref #78
This commit is contained in:
2021-02-20 19:13:33 +01:00
parent cb704c4551
commit 19393006ef
6 changed files with 39 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
<div class="text-center items-center justify-center">
<p class="mb-16 text-lg text-gray-500">
<img class="w-full h-44" src={donors_empty} alt="" />
<span class="font-bold">there are no donors yet</span><br />
<span>add your first donor</span>
<span class="font-bold">{$_('there-are-no-donors-yet')}</span><br />
<span>{$_('add-your-first-donor')}</span>
</p>
</div>