0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Removed free from analytics page count header

This commit is contained in:
Simon Backx 2022-09-22 13:44:51 +02:00
parent 1ab6ff8ada
commit 2d583cef43

View file

@ -53,7 +53,7 @@
</div>
<div class="gh-post-analytics-item">
<h3>{{format-number this.post.count.signups}}</h3>
<p><span class="hide-when-small">Free </span>{{gh-pluralize this.post.count.signups "signup" without-count=true}}</p>
<p>{{gh-pluralize this.post.count.signups "Signup" without-count=true}}</p>
</div>
<div class="gh-post-analytics-item">
<h3>{{format-number this.post.count.conversions}}</h3>