Deutsche Umlaute in UI und Dokumentation korrigieren
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user