Skip to content

Commit

Permalink
Update _form.html.haml
Browse files Browse the repository at this point in the history
Fixed misleading label
  • Loading branch information
bsantschi authored and Kagemaru committed Feb 22, 2024
1 parent 38e3c5b commit 39295f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/accounting_posts/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
= f.labeled_input_field :remaining_hours, addon: 'h'
= f.labeled_input_field :portfolio_item_id, span: 5
= f.labeled_input_field :service_id, span: 5
= f.labeled_input_field :billable, caption: 'Budgetposition ist verrechenbar'
= f.labeled_input_field :billable, caption: 'Budgetposition ist standardmässig verrechenbar'
- if Settings.meal_compensation.active
= f.labeled_input_field :meal_compensation, caption: 'Member hat Anrecht auf Verpflegungsentschädigung'

Expand Down

0 comments on commit 39295f6

Please sign in to comment.