Skip to content

Commit 5f9c706

Browse files
authored
New label for analysis/tool issue tag. (#8977)
1 parent df251ef commit 5f9c706

File tree

1 file changed

+1
-1
lines changed
  • app/lib/frontend/templates/views/pkg

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SimpleTag {
6868
factory SimpleTag.analysisIssue({required String scorePageUrl}) {
6969
return SimpleTag(
7070
status: 'unidentified',
71-
text: '[analysis issue]',
71+
text: '[incomplete package analysis]',
7272
title: 'Check the scores tab for details.',
7373
href: scorePageUrl,
7474
);

0 commit comments

Comments
 (0)