translations

pull/3523/head
ovargasp 2022-07-11 13:02:33 -06:00 committed by GitHub
parent 89277f8e67
commit db2a22fcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ foreach ( $states as $state ) {
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Run State</h5>
<h5 class="modal-title"><?php echo translate('Run State')?> </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
@ -59,7 +59,7 @@ foreach ( $states as $state ) {
<input type="hidden" name="action" value="state"/>
<input type="hidden" name="apply" value="1"/>
<div class="form-group">
<label for="runState" class="col-md-3 col-form-label float-left">Change State</label>
<label for="runState" class="col-md-3 col-form-label float-left"><?php echo translate('Change State')?></label>
<div class="col-md-9">
<select id="runState" name="runState" class="form-control">
<?php echo $content ?>