Skip to content

Commit 74581fb

Browse files
authored
Merge pull request #2046 from github/koesie10/rename-last-commit-to-last-updated
Rename "Last commit" to "Last updated"
2 parents 24e4708 + cff3d95 commit 74581fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/docs/test-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ This requires running a MRVA query and seeing the results view.
244244
1. By name
245245
2. By results
246246
3. By stars
247-
4. By last commit
247+
4. By last updated
248248
9. Can filter repos
249249
10. Shows correct statistics
250250
1. Total number of results

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const RepositoriesSort = ({ value, onChange, className }: Props) => {
3232
<VSCodeOption value={SortKey.Name}>Name</VSCodeOption>
3333
<VSCodeOption value={SortKey.ResultsCount}>Results</VSCodeOption>
3434
<VSCodeOption value={SortKey.Stars}>Stars</VSCodeOption>
35-
<VSCodeOption value={SortKey.LastUpdated}>Last commit</VSCodeOption>
35+
<VSCodeOption value={SortKey.LastUpdated}>Last updated</VSCodeOption>
3636
</Dropdown>
3737
);
3838
};

0 commit comments

Comments
 (0)