Added Space

This commit is contained in:
int2001 2023-12-29 07:35:58 +00:00
parent b7cee73af7
commit 4bd3bc3beb
No known key found for this signature in database
GPG key ID: DFB1C13CD2DB037B

View file

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