We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79947a2 commit 5e5362bCopy full SHA for 5e5362b
src/reducers/log.js
@@ -88,7 +88,7 @@ const HANDLERS = {
88
}),
89
[VAST_TRACKER]: ({ type, uri }) => ({
90
category: VAST,
91
- text: `Tracking ${type} tracker: ${uri}`
+ text: `Firing ${type} tracker: ${uri}`
92
93
[SET_MEDIA_FILE]: ({ url, apiFramework }) => ({
94
category: apiFramework != null ? VPAID : VIDEO,
0 commit comments