Update translate

This commit is contained in:
Ahmad Husein
2024-08-15 15:54:52 +07:00
committed by GitHub
parent 86bd2a8dd4
commit 70eea6dd37
11 changed files with 52 additions and 48 deletions

View File

@ -10,10 +10,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>