diff --git a/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx b/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx
index eb8e96d9b3..53d42c1d82 100644
--- a/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx
+++ b/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx
@@ -76,7 +76,7 @@ export const HasComponentsCard = ({ variant = 'gridItem' }: Props) => {
No component is part of this system.{' '}
- Learn how to add components.
+ (Learn how to add components.)
}
diff --git a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
index 778ec1dec5..5dd261ce3f 100644
--- a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
+++ b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
@@ -76,7 +76,7 @@ export const HasSubcomponentsCard = ({ variant = 'gridItem' }: Props) => {
No subcomponent is part of this component.{' '}
- Learn how to add subcomponents.
+ (Learn how to add subcomponents.)
}
diff --git a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
index 5b18711d44..0ceab31a4d 100644
--- a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
+++ b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
@@ -73,7 +73,7 @@ export const HasSystemsCard = ({ variant = 'gridItem' }: Props) => {
No system is part of this domain.{' '}
- Learn how to add systems.
+ (Learn how to add systems.)
}