chore: updated listing member translation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
carla 2025-07-21 11:45:56 +02:00
parent f17f8fe74d
commit 50c80eed38
7 changed files with 639 additions and 293 deletions

View file

@ -11,7 +11,7 @@ defmodule MvWeb.Layouts.Navbar do
<div class="flex-1">
<a class="btn btn-ghost text-xl">Mitgliederverwaltung</a>
<ul class="menu menu-horizontal bg-base-200">
<li><a href="/members">{gettext("Listing Members")}</a></li>
<li><a href="/members">{gettext("Members")}</a></li>
<li><a>Transaktionen</a></li>
</ul>
</div>