From 78aea5274545983a0cfd7839059bdf283bd5e15d Mon Sep 17 00:00:00 2001
From: Shahin <115543613+shahin-io@users.noreply.github.com>
Date: Tue, 6 Feb 2024 17:38:40 +0000
Subject: [PATCH] Update common_sider.html
---
web/html/xui/common_sider.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index f91b9fbb..06e180b7 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}}