Tweak message

This commit is contained in:
Robert
2023-07-12 16:37:44 +01:00
parent 0f39d41e50
commit e55800ae2d

View File

@@ -257,7 +257,7 @@ function UnmodelableMethodRow(props: {
<ViewLink onClick={jumpToUsage}>View</ViewLink>
</ApiOrMethodCell>
<VSCodeDataGridCell gridColumn="span 4">
Method modeled by CodeQL or another extension pack
Method already modeled by CodeQL or a different extension pack
</VSCodeDataGridCell>
</VSCodeDataGridRow>
);