Update edit.php
change text to variable lang
这个提交包含在:
父节点
201e1e6274
当前提交
d66c0fe716
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -473,7 +473,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<div class="form-group">
|
||||
<label for="profileimages">Select the type of QSL to show in the previous QSOs section.</label>
|
||||
<label for="profileimages"><?php echo lang('account_select_the_type_of_qsl_to_show_in_the_previous_qsos_section'); ?></label>
|
||||
<select class="custom-select" id="previousqsltype" name="user_previous_qsl_type">
|
||||
<option value="0" <?php if ($user_previous_qsl_type == 0) { echo " selected =\"selected\""; } ?>><?php echo lang('gen_hamradio_qsl'); ?></option>
|
||||
<option value="1" <?php if ($user_previous_qsl_type == 1) { echo " selected =\"selected\""; } ?>><?php echo lang('lotw_short'); ?></option>
|
||||
|
|
|
|||
正在加载…
在新工单中引用