diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 54aafe299b0..71118ff592e 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -16074,12 +16074,12 @@ var hostItem = json.listdedicatedhostsresponse.dedicatedhost[0]; if (hostItem.domainid != null) { $.extend(item, hostItem, { - isdedicated: 'label.yes' + isdedicated: _l('label.yes') }); } } else $.extend(item, { - isdedicated: 'label.no' + isdedicated: _l('label.no') }) }, error: function (json) {