Update bandwidth.tpl

Update Translation
This commit is contained in:
Ahmad Husein 2024-08-17 23:56:20 +07:00 committed by GitHub
parent 92c6022c85
commit 6dc957e34a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
<tr> <tr>
<th>{Lang::T('Bandwidth Name')}</th> <th>{Lang::T('Bandwidth Name')}</th>
<th>{Lang::T('Rate')}</th> <th>{Lang::T('Rate')}</th>
<th>{Lang::T('Burst')}</th> <th>Burst</th>
<th>{Lang::T('Manage')}</th> <th>{Lang::T('Manage')}</th>
</tr> </tr>
</thead> </thead>
@ -57,7 +57,7 @@
</div> </div>
{include file="pagination.tpl"} {include file="pagination.tpl"}
<div class="bs-callout bs-callout-info" id="callout-navbar-role"> <div class="bs-callout bs-callout-info" id="callout-navbar-role">
<h4>{Lang::T('Create Bandwitdh Plan for expired Internet Plan')}</h4> <h4>{Lang::T('Create Bandwidth Plan for expired Internet Plan')}</h4>
<p>{Lang::T('When customer expired, you can move it to Expired Internet Plan')}</p> <p>{Lang::T('When customer expired, you can move it to Expired Internet Plan')}</p>
</div> </div>
</div> </div>