diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 9920dd90..50c46b03 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -132,7 +132,7 @@
{{ i18n "usage"}}:
- Memory [[ sizeFormat(status.appStats.mem) ]] -
+ RAM [[ sizeFormat(status.appStats.mem) ]] -
Threads [[ status.appStats.threads ]]
@@ -190,7 +190,7 @@
- [[ sizeFormat(status.netIO.up) ]]/S
+ [[ sizeFormat(status.netIO.up) ]]/s
{{ i18n "pages.index.upSpeed" }}
@@ -200,7 +200,7 @@
- [[ sizeFormat(status.netIO.down) ]]/S
+ [[ sizeFormat(status.netIO.down) ]]/s
{{ i18n "pages.index.downSpeed" }}
@@ -650,4 +650,4 @@