From cabb0a74c1fbf0545666aa0c409c2481b05981b4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 2 Aug 2018 16:44:15 +0100 Subject: [PATCH] Fix broken keys for basic view event tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bad copy/paste… --- app/templates/withnav_template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html index da950a60d..018c08005 100644 --- a/app/templates/withnav_template.html +++ b/app/templates/withnav_template.html @@ -14,8 +14,8 @@ class="navigation-service-basic-view-preview" data-module="track-event" data-event-category="basic-view" - data-error-action="preview" - data-error-label="{{ current_service.id }}" + data-event-action="preview" + data-event-label="{{ current_service.id }}" >Preview of basic view Back to settings {% endif %}