Skip to content

Commit 784714c

Browse files
committed
comment
1 parent 08e6baf commit 784714c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/lib/frontend/templates/views/pkg/labeled_scores.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ d.Node labeledScoresNode({
3030
),
3131
requestContext.experimentalFlags.showDownloadCounts
3232
? d.div(
33-
attributes: {'title': '30 days total download counts'},
33+
attributes: {
34+
'title':
35+
'Number of downloads of this package during the past 30 days'
36+
},
3437
classes: ['packages-score', 'packages-score-downloads'],
3538
child: _labeledScore(
3639
'downloads',

0 commit comments

Comments
 (0)