From 1df76a6ec75d03b1727c413cec9b7428910d546c Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:21:32 +0330 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..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}}