Added translation keyz

ref #48
This commit is contained in:
2021-02-26 18:49:09 +01:00
parent 4397566f1e
commit 36930259d2
7 changed files with 318 additions and 306 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={groups_empty} alt="" />
<span class="font-bold">There are no groups yet.</span><br />
<span>Add your first group</span>
<span class="font-bold">{$_('there-are-no-groups-yet')}.</span><br />
<span>{$_('add-your-first-group')}</span>
</p>
</div>