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)_)");
});
});