diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/view/User_view.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index dbdc617b..1c4d4abd 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -45,8 +45,7 @@ function User_edit_vouchers_view($user) { buttons([ button(user_link($user), glyph('chevron-left') . _("back")) ]), - heading(sprintf(_("angel should receive at least %d vouchers."), User_get_eligable_voucher_count($user)), 3), - heading(_("This is a automatically calculated MINIMUM value, you can of course give out more if appropriate!"), 4), + info(sprintf(_("Angel should receive at least %d vouchers."), User_get_eligable_voucher_count($user)), true), form([ form_spinner('vouchers', _("Number of vouchers given out"), $user['got_voucher']), form_submit('submit', _("Save")) |