Skip to content

Commit

Permalink
[issue] Change Aanvragen to Zaken in Siteimprove error Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Mar 4, 2025
1 parent 56b7abf commit 3fec39d
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 3fec39d

Please sign in to comment.