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:
parent
1ab6ff8ada
commit
2d583cef43
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue