Update routers-add.tpl

Update translation
This commit is contained in:
Ahmad Husein 2024-08-21 15:35:13 +07:00 committed by GitHub
parent d152124eea
commit f0f9daf72a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,10 +12,10 @@
<label class="col-md-2 control-label">{Lang::T('Status')}</label>
<div class="col-md-10">
<label class="radio-inline warning">
<input type="radio" checked name="enabled" value="1"> Enable
<input type="radio" checked name="enabled" value="1"> {Lang::T('Enable')}
</label>
<label class="radio-inline">
<input type="radio" name="enabled" value="0"> Disable
<input type="radio" name="enabled" value="0"> {Lang::T('Disable')}
</label>
</div>
</div>
@ -56,7 +56,7 @@
<div class="form-group row">
<label class="col-md-2 control-label"></label>
<div class="col-md-6">
<label><input type="checkbox" checked name="testIt" value="yes"> Test Connection</label>
<label><input type="checkbox" checked name="testIt" value="yes"> {Lang::T('Test Connection')}</label>
</div>
</div>
<div class="form-group">
@ -73,4 +73,4 @@
</div>
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}