Update user-dashboard.tpl

fix typo error
This commit is contained in:
Focuslinkstech 2024-01-10 11:51:57 +01:00
parent 43ed5e452e
commit f4c5b6a8bb

View File

@ -81,7 +81,7 @@
Hotspot Hotspot
{elseif $_user.service_type == 'PPPoE'} {elseif $_user.service_type == 'PPPoE'}
PPPoE PPPoE
{elseif $_user.service_type == 'Other' || $_user.service_type == null} {elseif $_user.service_type == 'Others' || $_user.service_type == null}
Others Others
{/if} {/if}
</td> </td>