Added Space

这个提交包含在:
int2001 2023-12-29 07:35:58 +00:00
父节点 b7cee73af7
当前提交 4bd3bc3beb
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -760,7 +760,7 @@ $("#callsign").focusout(function() {
} }
if(result.timesWorked != "") { if(result.timesWorked != "") {
$('#timesWorked').html(result.timesWorked + lang_qso_title_times_worked_before); $('#timesWorked').html(result.timesWorked + ' ' + lang_qso_title_times_worked_before);
} else { } else {
$('#timesWorked').html(lang_qso_title_previous_contacts); $('#timesWorked').html(lang_qso_title_previous_contacts);
} }