mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Renamed free signups to signups on analytics page and source chart
This commit is contained in:
parent
5fcf5098a8
commit
1ab6ff8ada
@ -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…
Reference in New Issue
Block a user