remove _part1 on title

这个提交包含在:
abarrau 2023-11-13 09:31:17 +01:00 提交者 GitHub
父节点 ade2324ffd
当前提交 5f9d291fb4
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -210,7 +210,7 @@
<!-- ITU Zone --> <!-- ITU Zone -->
<div class="form-group"> <div class="form-group">
<label for="stationITUZoneInput"><?php echo lang("gen_hamradio_itu_zone_part1"); ?></label> <label for="stationITUZoneInput"><?php echo lang("gen_hamradio_itu_zone"); ?></label>
<select class="custom-select" id="stationITUZoneInput" name="station_itu" required> <select class="custom-select" id="stationITUZoneInput" name="station_itu" required>
<?php <?php
for ($i = 1; $i<=90; $i++) { for ($i = 1; $i<=90; $i++) {