diff --git a/app/lib/frontend/templates/views/pkg/tags.dart b/app/lib/frontend/templates/views/pkg/tags.dart index 37bdbae4da..2474135c12 100644 --- a/app/lib/frontend/templates/views/pkg/tags.dart +++ b/app/lib/frontend/templates/views/pkg/tags.dart @@ -68,7 +68,7 @@ class SimpleTag { factory SimpleTag.analysisIssue({required String scorePageUrl}) { return SimpleTag( status: 'unidentified', - text: '[analysis issue]', + text: '[incomplete package analysis]', title: 'Check the scores tab for details.', href: scorePageUrl, );