From c153952edd1bc26f906836664a2f32e25e2dbd57 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Mon, 30 Jan 2017 08:38:46 +0100 Subject: [PATCH] Update spendenaufruf.blade.php --- resources/views/spende/spendenaufruf.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/spende/spendenaufruf.blade.php b/resources/views/spende/spendenaufruf.blade.php index 501cf2504..7b2317e30 100644 --- a/resources/views/spende/spendenaufruf.blade.php +++ b/resources/views/spende/spendenaufruf.blade.php @@ -38,7 +38,7 @@ <div class="col-sm-6"> <div class=""> <div class="col-md-6"> - <h2>{!! trans('spende.logos.1') !!}</h2> + <h2>{!! trans('spende.paypal.1') !!}</h2> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" value="_xclick" type="hidden"> <input name="business" value="wsb@suma-ev.de" type="hidden"> @@ -57,7 +57,7 @@ </form> </div> <div class="col-md-6"> - <h2>{!! trans('spende.logos.2') !!}</h2> + <h2>{!! trans('spende.bitcoins.1') !!}</h2> <a href="bitcoin:174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V"><img src="/img/WeAcceptBitcoin.png" style="width:120px" alt="Bitcoin"></a> </div> </div> -- GitLab