We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6baf commit 784714cCopy full SHA for 784714c
app/lib/frontend/templates/views/pkg/labeled_scores.dart
@@ -30,7 +30,10 @@ d.Node labeledScoresNode({
30
),
31
requestContext.experimentalFlags.showDownloadCounts
32
? d.div(
33
- attributes: {'title': '30 days total download counts'},
+ attributes: {
34
+ 'title':
35
+ 'Number of downloads of this package during the past 30 days'
36
+ },
37
classes: ['packages-score', 'packages-score-downloads'],
38
child: _labeledScore(
39
'downloads',
0 commit comments