diff --git a/ui/ui/user-dashboard.tpl b/ui/ui/user-dashboard.tpl
index 232c9c09..08648ccb 100644
--- a/ui/ui/user-dashboard.tpl
+++ b/ui/ui/user-dashboard.tpl
@@ -76,8 +76,16 @@
{Lang::T('Service Type')} |
- {$_user['service_type']} |
-
+
+ {if $_user.service_type == 'Hotspot'}
+ Hotspot
+ {elseif $_user.service_type == 'PPPoE'}
+ PPPoE
+ {elseif $_user.service_type == 'Other' || $_user.service_type == null}
+ Others
+ {/if}
+ |
+
{if $_c['enable_balance'] == 'yes'}
@@ -277,4 +285,4 @@
{/if}
-{include file="sections/user-footer.tpl"}
\ No newline at end of file
+{include file="sections/user-footer.tpl"}