mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Renamed free signups to signups on analytics page and source chart
This commit is contained in:
parent
5fcf5098a8
commit
1ab6ff8ada
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ export default class SourceAttributionChart extends Component {
|
|||
return {
|
||||
labels: sortedByFree.slice(0, 5).map(source => source.source),
|
||||
datasets: [{
|
||||
label: 'Free Signups',
|
||||
label: 'Signups',
|
||||
data: sortedByFree.slice(0, 5).map(source => source.signups),
|
||||
backgroundColor: CHART_COLORS.slice(0, 5),
|
||||
borderWidth: 2,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div ...attributes>
|
||||
<div class="gh-dashboard-list-header">
|
||||
<div class="gh-dashboard-list-title">Sources</div>
|
||||
<div class="gh-dashboard-list-title">Free Signups</div>
|
||||
<div class="gh-dashboard-list-title">Signups</div>
|
||||
<div class="gh-dashboard-list-title">Paid Conversions</div>
|
||||
</div>
|
||||
<div class="gh-dashboard-list-body">
|
||||
|
|
Loading…
Add table
Reference in a new issue