Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const CatalogSourceStatusErrorModal: React.FC<CatalogSourceStatusErrorModalProps
data-testid="catalog-source-status-error-alert"
>
<p data-testid="catalog-source-status-error-details">
The system cannot establish a connection to the source. Ensure that the organization is
accurate, then try again.
The system cannot establish a connection to the source.
</p>
{errorMessage && <p data-testid="catalog-source-status-error-message">{errorMessage}</p>}
</Alert>
Expand Down
Loading