From 39295f64bc6f0a56c2714b8c5b8c348a5bbb597e Mon Sep 17 00:00:00 2001 From: Bruno Santschi Date: Thu, 1 Oct 2020 13:33:43 +0200 Subject: [PATCH] Update _form.html.haml Fixed misleading label --- app/views/accounting_posts/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounting_posts/_form.html.haml b/app/views/accounting_posts/_form.html.haml index 255895209..ea85efcb6 100644 --- a/app/views/accounting_posts/_form.html.haml +++ b/app/views/accounting_posts/_form.html.haml @@ -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'