Skip to content

Commit eb745e4

Browse files
committed
Fix piwik for tab displaying incorrect title
1 parent 8a3c3f0 commit eb745e4

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 information from Companies House\)$/)) {
47-
_paq.push(['setDocumentTitle','View all ']);
46+
else if (docTitle.match(/View all \(free company information from Companies House\)$/)) {
47+
_paq.push(['setDocumentTitle','View all']);
4848
}
4949

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

0 commit comments

Comments
 (0)