Update radius-nas.tpl

Update translation
This commit is contained in:
Ahmad Husein 2024-08-21 15:05:41 +07:00 committed by GitHub
parent 26d14794e2
commit 95620da151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,16 +24,16 @@
</div>
<div class="col-md-4">
<a href="{$_url}radius/nas-add" class="btn btn-primary btn-block"><i
class="ion ion-android-add"> </i> New NAS</a>
class="ion ion-android-add"> </i> {Lang::T('New NAS')}</a>
</div>&nbsp;
</div>
<div class="table-responsive">
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>{Lang::T('Name')}</th>
<th>IP</th>
<th>Type</th>
<th>{Lang::T('Type')}</th>
<th>Port</th>
<th>Server</th>
<th>Community</th>
@ -67,11 +67,11 @@
{include file="pagination.tpl"}
<div class="bs-callout bs-callout-info" id="callout-navbar-role">
<h4>RADIUS REST</h4>
<p>For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually</p>
<p>{Lang::T('For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually')}</p>
</div>
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}