pull/2886/head
int2001 2023-12-29 07:35:58 +00:00
rodzic b7cee73af7
commit 4bd3bc3beb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}