Skip to content

Commit

Permalink
WD-11786 - different language answers in desktop download form (canon…
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzochek authored Jun 10, 2024
1 parent 41833b6 commit 24e286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/_download-newsletter.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2>Sign up for our newsletter</h2>

checkboxes.forEach(function(checkbox) {
if (checkbox.children[0].checked) {
const text = checkbox.children[1].innerHTML;
const text = checkbox.children[1].id;
usageOptions.push(text);
}
});
Expand Down

0 comments on commit 24e286b

Please sign in to comment.