Update admin-add.tpl

This commit is contained in:
Ahmad Husein 2024-08-29 23:33:43 +07:00 committed by GitHub
parent 463ee27116
commit 6da6041cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@
<label class="col-md-5 control-label">{Lang::T('Send Notification')}</label>
<div class="col-md-7">
<select name="send_notif" id="send_notif" class="form-control">
<option value="-">{Lang::T('Don't Send')}</option>
<option value="-">{Lang::T("Don't Send")}</option>
<option value="sms">{Lang::T('By SMS')}</option>
<option value="wa">{Lang::T('By WhatsApp')}</option>
</select>