Skip to content

Commit 5315c16

Browse files
eysk-ioaeisenberg
authored andcommitted
Adjust empty query message
1 parent 540cb99 commit 5315c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/result-table-utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ export function nextSortDirection(direction: SortDirection | undefined, includeU
143143

144144
export function emptyQueryResultsMessage(): JSX.Element {
145145
return <span>
146-
This query returned no results. If this isn&apos;t what you&apos;re expecting, and for effective query-writing tips, check out the <a href="https://codeql.github.com/docs/codeql-language-guides/">CodeQL language guides</a>.
146+
This query returned no results. If this isn&apos;t what you were expecting, and for effective query-writing tips, check out the <a href="https://codeql.github.com/docs/codeql-language-guides/">CodeQL language guides</a>.
147147
</span>;
148148
}

0 commit comments

Comments
 (0)