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 Oct 18, 2022
1 parent 96e3b05 commit 5f6a938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<label class="col-sm-4 control-label"><?php eT("Random order:"); ?></label>
<div class="col-sm-8">
<select class="form-control custom-data attributes-to-update" id="random_order" name="random_order" required>
<option value="" selected="selected"><?php eT('Please select and option');?></option>
<option value="" selected="selected"><?php eT('Please select an option');?></option>
<option value="0"><?php eT('Off');?></option>
<option value="1"><?php eT('Randomize on each page load');?></option>
</select>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
var sAdminEmailAddressNeeded = '".gT("If you are using token functions or notifications emails you need to set an administrator email address.",'js')."'
var sURLParameters = '';
var sAddParam = '';
var expirationLowerThanStartError = '" . gT("Expiration date can't be lower than the start date") . "';
var expirationLowerThanStartError = '" . gT("Expiration date can't be earlier than the start date") . "';
", LSYii_ClientScript::POS_BEGIN);
?>
<!-- Publication panel -->
Expand Down

0 comments on commit 5f6a938

Please sign in to comment.