Fix HTML structure in fxAdminTextEditSwitchHtml function by removing unnecessary text in the label for the text edit mode switch. This improves clarity and maintains consistency in the user interface.

This commit is contained in:
2026-06-16 17:45:42 -04:00
parent 196367adc1
commit 9faae13e7d

View File

@ -180,7 +180,7 @@ function fxAdminTextEditSwitchHtml() {
<span class="ms1-env-text-edit">
<label class="ms1-env-text-edit-label mb-0" for="ms1-text-edit-mode">
<span class="ms1-env-text-edit-opt' . ($blnEdit ? '' : ' is-active') . '">'
. '<i class="fa fa-eye" aria-hidden="true"></i> Aperçu'
. '</span>
<input type="checkbox" id="ms1-text-edit-mode" class="ms1-env-text-edit-switch"'
. ($blnEdit ? ' checked' : '')