mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added Space
This commit is contained in:
parent
b7cee73af7
commit
4bd3bc3beb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue