Skip to content

Commit 75b684b

Browse files
authored
MRVA: Fix typo in repo cancellation message (#1807)
1 parent a1b81d9 commit 75b684b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/view/variant-analysis/AnalyzedRepoItemContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const AnalyzedRepoItemContent = ({
7676
<Alert
7777
type="error"
7878
title="Canceled"
79-
message="The variant analysis or this repository was canceled."
79+
message="The variant analysis for this repository was canceled."
8080
/>
8181
</AlertContainer>
8282
)}

0 commit comments

Comments
 (0)