We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b7abf + 3fec39d commit 0baddceCopy full SHA for 0baddce
src/open_inwoner/js/components/siteimprove/error-tracking.js
@@ -63,7 +63,7 @@ class DynamicFileInputErrors {
63
64
currentErrors.forEach((message, id) => {
65
if (!this.previousErrorState.has(id) && typeof _sz !== 'undefined')
66
- _sz.push(['event', 'Mijn Aanvragen', 'Error', message])
+ _sz.push(['event', 'Mijn zaken', 'Error', message])
67
})
68
69
// Update previous error state only with persistent errors
0 commit comments