From dbd1d73653821bd0bdac872cc977567b35831788 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 10 Dec 2020 15:10:28 -0500 Subject: [PATCH] Update PR wording --- plugins/catalog-import/src/api/CatalogImportClient.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/catalog-import/src/api/CatalogImportClient.ts b/plugins/catalog-import/src/api/CatalogImportClient.ts index d9cf4f1327..0e3ea2e1d6 100644 --- a/plugins/catalog-import/src/api/CatalogImportClient.ts +++ b/plugins/catalog-import/src/api/CatalogImportClient.ts @@ -173,9 +173,9 @@ export class CatalogImportClient implements CatalogImportApi { const prBody = `This pull request adds a **Backstage entity metadata file** \ to this repository so that the component can be added to the \ -${appTitle} software catalog.\n\nAfter you merge this pull request, \ -you can [return to Backstage](${appBaseUrl}/catalog-import) \ -to register the component with the direct URL to the \`${fileName}\` file.`; +[${appTitle} software catalog](${appBaseUrl}).\n\nAfter this pull request is merged, \ +the component will become available.\n\nFor more information, read an \ +[overview of the Backstage software catalog](https://backstage.io/docs/features/software-catalog/software-catalog-overview).`; const pullRequestResponse = await octo.pulls .create({