Deutsche Umlaute in UI und Dokumentation korrigieren

This commit is contained in:
2026-07-14 22:11:33 +02:00
parent f9544f24fd
commit 539117b409
31 changed files with 561 additions and 564 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ include 'nav.php';
<td><?php echo saas_html($user['tenant_name']); ?></td>
</tr>
<tr>
<th>Kundenkuerzel</th>
<th>Kundenkürzel</th>
<td><?php echo saas_html($user['tenant_slug']); ?></td>
</tr>
<tr>
@@ -51,7 +51,7 @@ include 'nav.php';
<td><?php echo saas_html($user['role']); ?></td>
</tr>
<tr>
<th>E-Mail bestaetigt</th>
<th>E-Mail bestätigt</th>
<td><?php echo $user['email_verified_at'] !== null ? 'ja' : 'nein'; ?></td>
</tr>
</table>