Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitomas committed Oct 29, 2024
1 parent f98a948 commit 2adb430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions desktop/js/digiaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function addMode(_mode, _updateMode) {
div += '<div class="col-lg-2 col-sm-8">';
div += `<label class="col-sm-7 control-label" style="margin-right:7px" >{{Délais (en sec)}}
<sup>
<i class="fas fa-question-circle floatright" style="color: var(--al-info-color) !important;" title="Délai avant l\'activation du mode"></i>
<i class="fas fa-question-circle floatright" style="color: var(--al-info-color) !important;" title="{{Délai avant l\'activation du mode}}"></i>
</sup>
</label>`;
div += '<div class="col-sm-4">';
Expand All @@ -305,7 +305,7 @@ function addMode(_mode, _updateMode) {
//-------
div += '<hr/>';
div += '<div class="div">';
div += '<label class="control-label" style="margin-right:7px">{{Mode Dispo}}</label>';
div += '<label class="control-label" style="margin-right:7px">{{Mode Disponible}}</label>';
div += '<div class="modeAvailable">';
div += '</div>';
div += '</div>';
Expand Down
6 changes: 1 addition & 5 deletions desktop/php/digiaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">{{Changement de mode réalisé}}
<sup>
<i class="fas fa-question-circle floatright" style="color: var(--al-info-color) !important;"></i>
</sup>
</label>
<label class="col-sm-3 control-label">{{Changement de mode réalisé}}</label>
<div class="col-sm-7">
<input type="text" class="eqLogicAttr form-control" data-l1key="configuration" data-l2key="textOK" placeholder="{{Actions réalisées pour #modeName#}}" />
</div>
Expand Down

0 comments on commit 2adb430

Please sign in to comment.