Skip to content
Snippets Groups Projects
Commit cadd26e6 authored by Aria Givi's avatar Aria Givi
Browse files

Kleinigkeit übersehen

parent 6f8886b6
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
<div class="form-group donation-form-group"> <div class="form-group donation-form-group">
<label for="value">{!! trans('spende.lastschrift.8.value')!!} </label> <label for="value">{!! trans('spende.lastschrift.8.value')!!} </label>
<input type="text" class="form-control" id="value" required="" name="Bankleitzahl" placeholder="BIC" value="{{ old('Bankleitzahl') }}"> <input type="text" class="form-control" id="value" required="" name="Bankleitzahl" placeholder="{!! trans('spende.lastschrift.8.value.placeholder') !!}" value="{{ old('Bankleitzahl') }}">
</div> </div>
<div class="form-group donation-form-group"> <div class="form-group donation-form-group">
<label for="msg">{!! trans('spende.lastschrift.8.message')!!}</label> <label for="msg">{!! trans('spende.lastschrift.8.message')!!}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment