From 5ee8a146fc9700c6e06ea775c5fae127330f4ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0neberger?= Date: Mon, 21 Nov 2022 08:43:20 +0100 Subject: [PATCH] Better changeset message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Šneberger --- .changeset/thin-donuts-join.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/thin-donuts-join.md b/.changeset/thin-donuts-join.md index 10e1030801..84705711d2 100644 --- a/.changeset/thin-donuts-join.md +++ b/.changeset/thin-donuts-join.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': patch --- -Add `pluralize()` to the catalog kind header component. +Fixed Entity kind pluralisation in the `CatalogKindHeader` component.