From 0ba89b0f4edced5502f1f545f26c062b487c1968 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:34:42 +0100 Subject: [PATCH] Update assets/js/sections/gridmap.js Co-authored-by: Florian (DF2ET) --- assets/js/sections/gridmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/gridmap.js b/assets/js/sections/gridmap.js index bcd2d0d44..b79ada2b1 100644 --- a/assets/js/sections/gridmap.js +++ b/assets/js/sections/gridmap.js @@ -192,7 +192,7 @@ function plot(visitor, grid_two, grid_four, grid_six, grid_two_confirmed, grid_f // Add country name if selected const countryName = getSelectedCountryName(); if (countryName) { - html += '

Country: ' + countryName + '

'; + html += '

DXCC: ' + countryName + '

'; } html += "";