Skip to content

Commit 6a46fe5

Browse files
committed
Remove 'tools' to make piwik event entry more understandable
1 parent 5b930cc commit 6a46fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/includes/feature_info.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ul class="list list-bullet">
2020
<li><a href="/company-name-availability" target="_blank">Company name availability checker<span class="visuallyhidden">Link opens in new window</span></a></li>
2121
% if $c.config.feature.alphabetical_search {
22-
<li><a class="piwik-event" data-id="other-useful-tools-link" data-event-id="Alphabetical company search" href="/alphabetical-search" target="_blank">Alphabetical company search<span class="visuallyhidden">Link opens in new window</span></a><sup class="label phase-tag">New</sup></li>
22+
<li><a class="piwik-event" data-id="other-useful-tools" data-event-id="Alphabetical company search" href="/alphabetical-search" target="_blank">Alphabetical company search<span class="visuallyhidden">Link opens in new window</span></a><sup class="label phase-tag">New</sup></li>
2323
% }
2424
</ul>
2525
</div>

0 commit comments

Comments
 (0)