From a4050e17d6e90d9f36604a210e57745573c302ae Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 10 Sep 2024 10:00:42 +0200 Subject: [PATCH] update api reports Signed-off-by: Emma Indal --- plugins/scaffolder/api-report-alpha.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/scaffolder/api-report-alpha.md b/plugins/scaffolder/api-report-alpha.md index 555ab2ac13..b5ed1ed849 100644 --- a/plugins/scaffolder/api-report-alpha.md +++ b/plugins/scaffolder/api-report-alpha.md @@ -230,7 +230,6 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'templateListPage.pageTitle': 'Create a new component'; readonly 'templateListPage.templateGroups.defaultTitle': 'Templates'; readonly 'templateListPage.templateGroups.otherTitle': 'Other Templates'; - readonly 'templateListPage.contentHeader.title': 'Available Templates'; readonly 'templateListPage.contentHeader.registerExistingButtonTitle': 'Register Existing Component'; readonly 'templateListPage.contentHeader.supportButtonTitle': 'Create new software components using standard templates. Different templates create different kinds of components (services, websites, documentation, ...).'; readonly 'templateListPage.additionalLinksForEntity.viewTechDocsTitle': 'View TechDocs';