Skip to content

Commit

Permalink
Merge pull request #1654 from maykinmedia/fix/aanvraag-as-zaak-siteim…
Browse files Browse the repository at this point in the history
…prove

🌐  Change Aanvragen to Zaken in Siteimprove error Dashboard
  • Loading branch information
swrichards authored Mar 4, 2025
2 parents 56b7abf + 3fec39d commit 0baddce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class DynamicFileInputErrors {

currentErrors.forEach((message, id) => {
if (!this.previousErrorState.has(id) && typeof _sz !== 'undefined')
_sz.push(['event', 'Mijn Aanvragen', 'Error', message])
_sz.push(['event', 'Mijn zaken', 'Error', message])
})

// Update previous error state only with persistent errors
Expand Down

0 comments on commit 0baddce

Please sign in to comment.