Update pool-edit.tpl

This commit is contained in:
Ahmad Husein 2024-08-20 20:13:33 +07:00 committed by Ibnu Maksum
parent ad14ef58ca
commit be33c6ae01
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -32,7 +32,7 @@
<input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly> <input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly>
</div> </div>
{if $_c['radius_enable']} {if $_c['radius_enable']}
<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> <p class="help-block col-md-4">{Lang::T('For Radius, you need to add')} <b>{Lang::T('Name')} Pool</b> {Lang::T('in Mikrotik manually')}</p>
{/if} {/if}
</div> </div>