addressed review comments
Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
This commit is contained in:
@@ -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.',
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ export function CatalogSearchResultListItem(
|
||||
)}
|
||||
{result.owner && (
|
||||
<Chip
|
||||
label={`${t('searchResultItem.Owner')}: ${result.owner}`}
|
||||
label={`${t('searchResultItem.owner')}: ${result.owner}`}
|
||||
size="small"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user