Skip to content

Commit bfa23f0

Browse files
committed
poging 3 to fix payment add
1 parent 02bcefb commit bfa23f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/payments/add.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="col-12">
1515
<p>
1616
Voer hier het bedrag in dat je wilt inleggen. Hierna zal je worden doorgestuurd naar de betaalomgeving.
17-
Let op: Het bedrag moet gescheiden worden door een punt. Gebruik geen komma!
17+
Let op: Het bedrag moet gescheiden worden door een punt.
1818
</p>
1919
<%= f.input :amount, as: :float, input_html: {"v-model": "paymentAmount"}, required: true, label: 'Bedrag' %>
2020
</div>
@@ -27,7 +27,7 @@
2727

2828
<div class="col-md-4 col-sm-8 col-12 offset-md-8 offset-sm-4" v-if="!amountValid()">
2929
<div class="alert alert-danger">
30-
U heeft een incorrect getal ingevoerd.
30+
U heeft een incorrect getal ingevoerd. Het minimale inleg bedrag is €21,80.
3131
</div>
3232
</div>
3333

0 commit comments

Comments
 (0)