Added little copy tweak to engagement charts to be clearer

refs: https://github.com/TryGhost/Team/issues/1462
This commit is contained in:
James Morris 2022-04-01 17:09:17 +01:00
parent 298e9b4d04
commit 93f30eadb7

View File

@ -4,12 +4,12 @@
<div class="gh-dashboard5-insert">
<div class="gh-dashboard5-box">
<div class="gh-dashboard5-number is-solo">{{this.data30Days}}<small><span class="gh-dashboard5-slash">/</span>99 members</small></div>
<small class="gh-dashboard5-info">Last 30 days</small>
<small class="gh-dashboard5-info">Engaged over 30 days</small>
</div>
<div class="gh-dashboard5-box">
<div class="gh-dashboard5-number is-solo">{{this.data7Days}}<small><span class="gh-dashboard5-slash">/</span>99 members</small></div>
<small class="gh-dashboard5-info">Last 7 days</small>
<small class="gh-dashboard5-info">Engaged over 7 days</small>
</div>
</div>
</article>