Renamed free signups to signups on analytics page and source chart

This commit is contained in:
Simon Backx 2022-09-22 13:43:46 +02:00
parent 5fcf5098a8
commit 1ab6ff8ada
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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">