diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index e8a12008..fe90301b 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -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); }