diff --git a/modules/CommentController.js b/modules/CommentController.js index 666ee5053..ac3df482c 100644 --- a/modules/CommentController.js +++ b/modules/CommentController.js @@ -450,7 +450,7 @@ CommentController.prototype.switchToVisual = function () { ); mw.track( 'dt.schemaVisualEditorFeatureUse', { feature: 'editor-switch', - action: 'dialog-prevent-' + type + '-show' + action: 'dialog-prevent-show' } ); return $.Deferred().reject().promise();