diff --git a/resources/views/ManageEvent/Customize.blade.php b/resources/views/ManageEvent/Customize.blade.php index a34e413fd..028a1e667 100644 --- a/resources/views/ManageEvent/Customize.blade.php +++ b/resources/views/ManageEvent/Customize.blade.php @@ -491,7 +491,7 @@ class="img-thumbnail ma5 bgImage {{ ($bg_image === str_replace('/thumbs', '', $e
- {!! 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', diff --git a/resources/views/ManageEvent/Partials/EditEventForm.blade.php b/resources/views/ManageEvent/Partials/EditEventForm.blade.php index c63e251a3..be34a3668 100644 --- a/resources/views/ManageEvent/Partials/EditEventForm.blade.php +++ b/resources/views/ManageEvent/Partials/EditEventForm.blade.php @@ -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.' ]) !!}