From a3d3599f0065a37b75517ee23b14cf2393a517bd Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 21 Feb 2021 14:43:21 +0000 Subject: [PATCH] Fixed errors where general_words was used and mismatched Based on the code seems this is untested --- application/views/view_log/qso.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 98d71702..42db493e 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -16,11 +16,11 @@ echo 'hidden '; } echo 'class="qslcardtab nav-item"> - '. $this->lang->line('general_words_qslcard') .' + '. $this->lang->line('general_word_qslcard') .' '; echo ''; }