Skip to content

Commit

Permalink
changed wording to meet code of condact
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Feb 7, 2024
1 parent e85e852 commit c0b46c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function renderFeatureDetails(feature) {
}

if (director !== '') {
detailOutput += `<li class="pt-2"><strong>Ansprechpartner</strong><br>${director}</li>`
detailOutput += `<li class="pt-2"><strong>Leitung</strong><br>${director}</li>`
}

document.querySelector('#details').classList.remove('hidden')
Expand Down

0 comments on commit c0b46c2

Please sign in to comment.