diff --git a/typo3/sysext/linkvalidator/Resources/Private/Partials/CheckOptions.html b/typo3/sysext/linkvalidator/Resources/Private/Partials/CheckOptions.html index 7db6f1fbec8f3c95da13bd4d7a744c503941f7e4..5d84e8a3ebaa9e08aaf837b2156571892ef2be29 100644 --- a/typo3/sysext/linkvalidator/Resources/Private/Partials/CheckOptions.html +++ b/typo3/sysext/linkvalidator/Resources/Private/Partials/CheckOptions.html @@ -14,7 +14,7 @@ <th> <div class="form-check form-switch"> <input id="options-by-type-toggle-all" class="options-by-type-toggle-all form-check-input" type="checkbox" title="{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.toggleall')}"> - <label for="options-by-type-toggle-all"><f:translate key="LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.toggleall"/></label> + <label class="form-check-label" for="options-by-type-toggle-all"><f:translate key="LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.toggleall"/></label> </div> </th> <td></td>