addressed review comments

Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
This commit is contained in:
Eswaraiahsapram
2026-02-05 10:09:19 +05:30
parent 9b3cd87a04
commit 4c6b18a28e
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export const catalogTranslationRef = createTranslationRef({
kind: 'Kind',
type: 'Type',
lifecycle: 'Lifecycle',
Owner: 'Owner',
owner: 'Owner',
},
catalogTable: {
warningPanelTitle: 'Could not fetch catalog entities.',
@@ -147,7 +147,7 @@ export function CatalogSearchResultListItem(
)}
{result.owner && (
<Chip
label={`${t('searchResultItem.Owner')}: ${result.owner}`}
label={`${t('searchResultItem.owner')}: ${result.owner}`}
size="small"
/>
)}