From f4c5b6a8bbce88f2659a6d30c11883d1adf2aa92 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:51:57 +0100 Subject: [PATCH] Update user-dashboard.tpl fix typo error --- ui/ui/user-dashboard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/user-dashboard.tpl b/ui/ui/user-dashboard.tpl index 08648ccb..03cabf5b 100644 --- a/ui/ui/user-dashboard.tpl +++ b/ui/ui/user-dashboard.tpl @@ -81,7 +81,7 @@ Hotspot {elseif $_user.service_type == 'PPPoE'} PPPoE - {elseif $_user.service_type == 'Other' || $_user.service_type == null} + {elseif $_user.service_type == 'Others' || $_user.service_type == null} Others {/if}