aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/role/show_role.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/role/show_role.php b/app/views/admin/role/show_role.php
index 196f9bf..c904cb0 100644
--- a/app/views/admin/role/show_role.php
+++ b/app/views/admin/role/show_role.php
@@ -98,7 +98,7 @@ use Studip\Button;
</td>
<td>
<a href="<?= $controller->link_for('admin/role/assign_role', $user->id) ?>">
- <?= htmlReady(sprintf('%s %s (%s)', $user->vorname, $user->nachname, $user->username)) ?>
+ <?= htmlReady(sprintf('%s, %s (%s)', $user->nachname, $user->vorname, $user->username)) ?>
</a>
</td>
<td><?= htmlReady($user->perms) ?></td>