From f9799211576d0430c1de866e0914cd5aac10e1f3 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 1 Nov 2023 01:41:58 +0100 Subject: [PATCH] added translations --- application/views/cabrillo/index.php | 3 +++ assets/js/sections/cabrillo.js | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/application/views/cabrillo/index.php b/application/views/cabrillo/index.php index d7ebef6f..80cd835c 100644 --- a/application/views/cabrillo/index.php +++ b/application/views/cabrillo/index.php @@ -1,5 +1,8 @@
diff --git a/assets/js/sections/cabrillo.js b/assets/js/sections/cabrillo.js index d5e5b49d..868a5ed3 100644 --- a/assets/js/sections/cabrillo.js +++ b/assets/js/sections/cabrillo.js @@ -9,7 +9,7 @@ function loadYears() { data: {'station_id': $("#station_id").val()}, success: function (data) { if (data.length > 0) { - $(".contestyear").append('
Select year:
' + + $(".contestyear").append('
' + lang_export_cabrillo_select_year + '
' + '' + ' '); @@ -37,7 +37,7 @@ function loadContests() { 'station_id': $("#station_id").val() }, success: function (data) { - $(".contestname").append('
Select contest:
' + + $(".contestname").append('
' + lang_export_cabrillo_select_contest + '
' + '' + ' '); @@ -61,7 +61,7 @@ function loadContestDates() { 'contestid': $("#contestid").val(), 'station_id': $("#station_id").val()}, success: function (data) { - $(".contestdates").append('
Select date range:
' + + $(".contestdates").append('
' + lang_export_cabrillo_select_date_range + '
' + '' + '