Skip to content

Commit

Permalink
Dev Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 30, 2022
1 parent 0194c26 commit f6506c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
<label class="col-sm-4 control-label"><?php eT("Option 'Other':"); ?></label>
<div class="col-sm-8">
<select class="form-control custom-data attributes-to-update" id="other" name="other" required>
<option value="" selected="selected"><?php eT('Please select aan option');?></option>
<option value="" selected="selected"><?php eT('Please select an option');?></option>
<option value="false"><?php eT('Off');?></option>
<option value="true"><?php eT('On');?></option>
</select>
Expand Down

0 comments on commit f6506c4

Please sign in to comment.