From e15faf605d1ceee136cca3508f61362320435420 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:40:29 +0700 Subject: [PATCH] Update routers.tpl Update translation --- ui/ui/routers.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}