From 8f83c64822d806e66e7c60344924139e380705fb Mon Sep 17 00:00:00 2001 From: FreeTrade Date: Tue, 21 Jun 2016 19:53:11 +0700 Subject: [PATCH] Update _form.html.slim --- app/views/arguments/_form.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)