Merge pull request #3523 from ovargasp/patch-4

translations on modal states...
pull/3524/head
Isaac Connor 2022-07-11 18:34:23 -04:00 committed by GitHub
commit 00399b340c
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 ?>