Skip to content

Commit

Permalink
Fix form label on collectorsCreateform.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Feb 6, 2024
1 parent 91bbd50 commit 47a26a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/collectorsCreateform.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="row" style="padding-top:16px;">
<div class="offset-2 col-8">
<label class="form-label" for="data[attributes][resource]"><?= __('Type'); ?> <span style="color: #dc3545;">*</span></label>
<label class="form-label" for="data[attributes][type]"><?= __('Type'); ?> <span style="color: #dc3545;">*</span></label>
<select class="form-select" name="data[attributes][type]" id="data[attributes][type]" required>
<option value="collector"><?= __('Collector'); ?></option>
<option value="stand-alone"><?= __('Stand-Alone'); ?></option>
Expand Down

0 comments on commit 47a26a2

Please sign in to comment.