From 7c129fa8f33a77954f05ac12e416eb8deccc1311 Mon Sep 17 00:00:00 2001
From: Lysanne Pinto <lpinto@gitlab.com>
Date: Tue, 17 Dec 2024 20:56:56 +0000
Subject: [PATCH] Fix history item format

---
 doc/ci/jobs/job_artifacts.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ci/jobs/job_artifacts.md b/doc/ci/jobs/job_artifacts.md
index aba8a5ad74bb3..fc64ecef5afb6 100644
--- a/doc/ci/jobs/job_artifacts.md
+++ b/doc/ci/jobs/job_artifacts.md
@@ -194,8 +194,8 @@ job:
 
 ## View all job artifacts in a project
 
-> - [Improved look](https://gitlab.com/gitlab-org/gitlab/-/issues/33418) in GitLab 15.6.
-> - [Improved performance](https://gitlab.com/gitlab-org/gitlab/-/issues/387765) in GitLab 15.9.
+> - Interface improvements [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33418) in GitLab 15.6.
+> - Performance improvements [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/387765) in GitLab 15.9.
 > - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/407475) in GitLab 16.0. Feature flag `artifacts_management_page` removed.
 
 You can view all artifacts stored in a project from the **Build > Artifacts** page.
-- 
GitLab