Skip to content

Commit 0cbc991

Browse files
committed
Rename "Last commit" to "Last updated"
Last commit is confusing because it's actually the `updated_at` of the repository. By renaming it, this will be clearer to users.
1 parent 66fd8ad commit 0cbc991

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)