From ab32da1e9c9c39a9bd7111ed61d258af59bdb35d Mon Sep 17 00:00:00 2001 From: Eswaraiahsapram Date: Fri, 6 Feb 2026 08:08:54 +0530 Subject: [PATCH] fix api report Signed-off-by: Eswaraiahsapram --- plugins/catalog/report-alpha.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 380ca2adb8..ebea4f4617 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -74,7 +74,7 @@ export const catalogTranslationRef: TranslationRef< readonly 'searchResultItem.type': 'Type'; readonly 'searchResultItem.kind': 'Kind'; readonly 'searchResultItem.lifecycle': 'Lifecycle'; - readonly 'searchResultItem.Owner': 'Owner'; + readonly 'searchResultItem.owner': 'Owner'; readonly 'catalogTable.allFilters': 'All'; readonly 'catalogTable.warningPanelTitle': 'Could not fetch catalog entities.'; readonly 'catalogTable.viewActionTitle': 'View';