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'