Merge pull request #1457 from wandrien/edit-user-title-fix
Display the user name in the title of page /admin/edit-user/$username
This commit is contained in:
commit
6cce49f0be
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ try {
|
|||
}
|
||||
|
||||
// HTML <title>
|
||||
$layout['title'] = $L->g('Edit user') . ' - ' . $layout['title'];
|
||||
$layout['title'] = $L->g('Edit user') . ' [ ' . $username . ' ] ' . ' - ' . $layout['title'];
|
Loading…
Reference in a new issue