diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index c179660b..f1583a8f 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -48,7 +48,7 @@ <div><b>CPU:</b> [[ cpuCoreFormat(status.cpuCores) ]] <a-tooltip> <a-icon type="area-chart"></a-icon> <template slot="title"> - <div><b>Logical Processors(vCPUs):</b> [[ (status.logicalPro) ]]</div> + <div><b>Logical Processors:</b> [[ (status.logicalPro) ]]</div> <div><b>Speed:</b> [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]</div> </template> </a-tooltip></div> |
