diff --git a/ui/ui/routers.tpl b/ui/ui/routers.tpl
index 53c2dd4d..526c4446 100644
--- a/ui/ui/routers.tpl
+++ b/ui/ui/routers.tpl
@@ -58,7 +58,7 @@
{$ds['ip_address']} |
{$ds['username']} |
{$ds['description']} |
- {if $ds['enabled'] == 1}Enabled{else}Disabled{/if} |
+ {if $ds['enabled'] == 1}{Lang::T('Enabled')}{else}{Lang::T('Disabled')}{/if} |
{Lang::T('Edit')}
@@ -78,4 +78,4 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
|