From ca5425176329fe499f0f3a9b27c83c3b2611ec79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 14 Apr 2026 15:43:01 +0200 Subject: [PATCH] tweaked action wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .../src/actions/createGetCatalogModelDescriptionAction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts b/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts index fd4df0787b..b37658e8d9 100644 --- a/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts +++ b/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts @@ -42,7 +42,7 @@ export const createGetCatalogModelDescriptionAction = ({ name: 'get-catalog-model-description', title: 'Get a Catalog Model Description', description: - 'Returns a markdown formatted description of the current catalog model, including all registered entity kinds, their spec fields, and available relations.', + 'Returns a markdown formatted description of the current catalog model, including all registered entity kinds, annotations, labels, tags, and relations.', attributes: { destructive: false, readOnly: true,