From 64af3dde2273abeefeaf059387b5a8a5de35ce1e Mon Sep 17 00:00:00 2001 From: Omar Selo Date: Wed, 18 Sep 2024 16:00:23 +0300 Subject: [PATCH] Distinguish environment and test issues to avoid confusion --- .../environment_issues/environment_issues_expandable.dart | 2 +- .../ui/artefact_page/test_issues/test_issues_expandable.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/lib/ui/artefact_page/environment_issues/environment_issues_expandable.dart b/frontend/lib/ui/artefact_page/environment_issues/environment_issues_expandable.dart index f9aae2ea..f56eb4ea 100644 --- a/frontend/lib/ui/artefact_page/environment_issues/environment_issues_expandable.dart +++ b/frontend/lib/ui/artefact_page/environment_issues/environment_issues_expandable.dart @@ -32,7 +32,7 @@ class EnvironmentIssuesExpandable extends ConsumerWidget { initiallyExpanded: issues.isNotEmpty, title: Row( children: [ - Text('Reported Issues (${issues.length})'), + Text('Reported Environment Issues (${issues.length})'), const Spacer(), TextButton( onPressed: () => showEnvironmentIssueCreateDialog( diff --git a/frontend/lib/ui/artefact_page/test_issues/test_issues_expandable.dart b/frontend/lib/ui/artefact_page/test_issues/test_issues_expandable.dart index ff2f1a76..3faed77f 100644 --- a/frontend/lib/ui/artefact_page/test_issues/test_issues_expandable.dart +++ b/frontend/lib/ui/artefact_page/test_issues/test_issues_expandable.dart @@ -20,7 +20,7 @@ class TestIssuesExpandable extends ConsumerWidget { initiallyExpanded: issues.isNotEmpty, title: Row( children: [ - Text('Reported Issues (${issues.length})'), + Text('Reported Test Issues (${issues.length})'), const Spacer(), TextButton( onPressed: () => showTestIssueCreateDialog(