Skip to content

Commit

Permalink
change labels in the legend
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed Jun 15, 2024
1 parent fbb4308 commit 5df848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function addLegend(map) {
div.appendChild(legendTitle);

const h3 = document.createElement('h3');
h3.innerText = 'Легенда:';
h3.innerText = 'Legend:';
legendTitle.appendChild(h3);

legendData.forEach((item) => {
Expand Down

0 comments on commit 5df848b

Please sign in to comment.