From e892513dce563c9023dcdbbbd224395b7dcba040 Mon Sep 17 00:00:00 2001 From: bergware Date: Wed, 27 Dec 2023 12:05:45 +0100 Subject: [PATCH] Update PowerMode.page --- emhttp/plugins/dynamix/PowerMode.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/PowerMode.page b/emhttp/plugins/dynamix/PowerMode.page index ca116cb7b..d0216b135 100644 --- a/emhttp/plugins/dynamix/PowerMode.page +++ b/emhttp/plugins/dynamix/PowerMode.page @@ -38,7 +38,7 @@ function preparePowermode(form) { } $(function(){ $('input[type=radio]').each(function(){ - if ($(this).prop('disabled')) $(this).next('span').html(" (_(unsupported)_)"); + if ($(this).prop('disabled')) $(this).next('span').html(" (_(unavailable)_)"); }); });