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 df251ef commit 5f9c706Copy full SHA for 5f9c706
app/lib/frontend/templates/views/pkg/tags.dart
@@ -68,7 +68,7 @@ class SimpleTag {
68
factory SimpleTag.analysisIssue({required String scorePageUrl}) {
69
return SimpleTag(
70
status: 'unidentified',
71
- text: '[analysis issue]',
+ text: '[incomplete package analysis]',
72
title: 'Check the scores tab for details.',
73
href: scorePageUrl,
74
);
0 commit comments