MRVA: Fix typo in repo cancellation message (#1807)

This commit is contained in:
Shati Patel
2022-11-29 14:37:19 +00:00
committed by GitHub
parent a1b81d9b6f
commit 75b684b00f

View File

@@ -76,7 +76,7 @@ export const AnalyzedRepoItemContent = ({
<Alert
type="error"
title="Canceled"
message="The variant analysis or this repository was canceled."
message="The variant analysis for this repository was canceled."
/>
</AlertContainer>
)}