Decode encoded strings in dx cluster window

This commit is contained in:
sm6srw
2026-02-24 10:03:47 -05:00
parent 0f63b01b55
commit cda43577cc

View File

@@ -3420,9 +3420,9 @@ $(function() {
function updateModeButtonsForSubmodes() {
// Map mode to original tooltip translation
const modeTooltips = {
'cw': lang_bandmap_toggle_cw,
'digi': lang_bandmap_toggle_digi,
'phone': lang_bandmap_toggle_phone
'cw': decodeHtml(lang_bandmap_toggle_cw),
'digi': decodeHtml(lang_bandmap_toggle_digi),
'phone': decodeHtml(lang_bandmap_toggle_phone)
};
MODE_BUTTONS.forEach(btn => {