From 4bd3bc3bebb05b6b68e9ddbf358511ebd4342d19 Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 29 Dec 2023 07:35:58 +0000 Subject: [PATCH] Added Space --- assets/js/sections/qso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }