Update PowerMode.page

This commit is contained in:
bergware
2023-12-27 12:05:45 +01:00
parent e43baeefde
commit e892513dce

View File

@@ -38,7 +38,7 @@ function preparePowermode(form) {
}
$(function(){
$('input[type=radio]').each(function(){
if ($(this).prop('disabled')) $(this).next('span').html(" <i>(_(unsupported)_)</i>");
if ($(this).prop('disabled')) $(this).next('span').html(" <i>(_(unavailable)_)</i>");
});
});
</script>