From 0fe1764d7dcf8d155523fd486508726d49301573 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Tue, 23 Sep 2025 21:03:36 +0200 Subject: [PATCH] New label for analysis/tool issue tag. --- app/lib/frontend/templates/views/pkg/tags.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );