Text fixes

This commit is contained in:
JapSeyz 2016-08-29 13:30:56 +02:00
parent e881e7ede1
commit 024cba5bda
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@
</div>
<div class="form-group">
{!! Form::label('post_order_display_message', 'Message to display to attendees before after they have completed their order.', array('class'=>'control-label ')) !!}
{!! Form::label('post_order_display_message', 'Message to display to attendees after they have completed their order.', array('class'=>'control-label ')) !!}
{!! Form::textarea('post_order_display_message', $event->post_order_display_message, [
'class' => 'form-control',

View File

@ -98,7 +98,7 @@
{!! Form::label('location_post_code', 'Post Code', array('class'=>'control-label')) !!}
{!! Form::text('location_post_code', $event->location_post_code, [
'class'=>'form-control location_field',
'placeholder'=>'E.g: Dublin.'
'placeholder'=>'E.g: 94568.'
]) !!}
</div>
</div>