Skip to content

Commit db76a72

Browse files
committed
update piwik for more tab
1 parent 770f636 commit db76a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/includes/piwik.tx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
else if (docTitle.match(/Mortgages \(free information from Companies House\)$/)){
4444
_paq.push(['setDocumentTitle','Charges ']);
4545
}
46-
else if (docTitle.match(/View all \(free company information from Companies House\)$/)) {
47-
_paq.push(['setDocumentTitle','View all']);
46+
else if (docTitle.match(/More \(free company information from Companies House\)$/)) {
47+
_paq.push(['setDocumentTitle','More']);
4848
}
4949

5050
_paq.push(['setCustomVariable', 1,'VisitorStatus',<% if $c.is_signed_in { %>'SignedIn'<% } else { %>'NotSignedIn'<% } %>,'visit']);

0 commit comments

Comments
 (0)