From e36db6d16c6e0718ce2b612f89c77d81161e41ff Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:10:01 +0700 Subject: [PATCH] Update pool-edit.tpl --- ui/ui/pool-edit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/pool-edit.tpl b/ui/ui/pool-edit.tpl index c3c95e7f..38673927 100644 --- a/ui/ui/pool-edit.tpl +++ b/ui/ui/pool-edit.tpl @@ -32,7 +32,7 @@ <input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly> </div> {if $_c['radius_enable']} - <p class="help-block col-md-4">For Radius, you need to add <b>Pool Name</b> in Mikrotik manually</p> + <p class="help-block col-md-4">{Lang::T('For Radius, you need to add')} <b>Pool {Lang::T('Name')}</b> {Lang::T('in Mikrotik manually')}</p> {/if} </div>