Made Location notes placeholder offer some better examples like parking and building access then just enter some notes

This commit is contained in:
johnnyq 2024-01-15 19:58:02 -05:00
parent a113b1390c
commit 73ebfcc233
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
</div>
<div class="form-group">
<textarea class="form-control" rows="5" name="notes" placeholder="Enter some notes"><?php echo $location_notes; ?></textarea>
<textarea class="form-control" rows="5" name="notes" placeholder="Enter some notes, eg Parking Info, Building Access etc"><?php echo $location_notes; ?></textarea>
</div>
</div>