diff --git a/app/views/arguments/_form.html.slim b/app/views/arguments/_form.html.slim
index 9146a78..3728646 100644
--- a/app/views/arguments/_form.html.slim
+++ b/app/views/arguments/_form.html.slim
@@ -1,7 +1,7 @@
= form_for @argument, html: { class: "form form-vertical argument" } do |f|
.form-group
p Please keep the statement short and simple, e. g. "God exists".
- p When users vote on it, the prefix "I believe that " or "I doubt that " will be added depending on their choice.
+ p When users vote on it, the prefix "We HOdl " or "We do not HOdl " will be added depending on their choice.
.controls
= f.text_field :statement, :class => 'form-control', placeholder: "Your statement"
= f.error_span(:statement)