Restore the edit user button's title

refs #10442
This commit is contained in:
Alexander A. Klimov 2016-02-22 11:35:07 +01:00
parent 923cd1087f
commit 41e11d3183
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ use Icinga\Data\Selectable;
),
array(
'class' => 'button-link',
'icon' => 'edit'
'icon' => 'edit',
'title' => sprintf($this->translate('Edit user %s'), $user->user_name)
)
);
}