diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index f91b9fbb..13d5bd49 100644
--- a/web/html/xui/common_sider.html
+++ b/web/html/xui/common_sider.html
@@ -1,19 +1,19 @@
{{define "menuItems"}}
- {{ i18n "menu.dashboard"}}
+ {{ i18n "menu.dashboard"}}
- {{ i18n "menu.inbounds"}}
+ {{ i18n "menu.inbounds"}}
- {{ i18n "menu.settings"}}
+ {{ i18n "menu.settings"}}
- {{ i18n "menu.xray"}}
+ {{ i18n "menu.xray"}}
@@ -21,7 +21,7 @@
- {{ i18n "menu.logout"}}
+ {{ i18n "menu.logout"}}
{{end}}