weiter an Übersetzungen gearbeitet

This commit is contained in:
2022-04-19 11:36:21 +02:00
parent 2f31d3bae9
commit de6a1440ae
7 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
«if(data.user)»
<div class="user">
Logged in as <em>«data.user.name»</em>
Als <em>«data.user.name»</em> angemeldet
<a class="button" href="logout" />Logout</a>
<a class="button" href="logout" />Abmelden</a>
</div>
«endif»