Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Nov 16, 2023
1 parent 529f1de commit d860c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/commits/WaterfallMenu/GitCommitSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const GitCommitSearch: React.FC<GitCommitSearchProps> = ({
sendEvent({ name: "Open Git Commit Search Modal" });
}}
>
Search by Git Commit
Search by Git Hash
</DropdownItem>
<ConfirmationModal
buttonText="Submit"
Expand All @@ -58,7 +58,7 @@ export const GitCommitSearch: React.FC<GitCommitSearchProps> = ({
>
<StyledDescription>
Note: This is an experimental feature that works best without any
filters. Searching for a git commit will clear all applied filters.
filters. Searching for a git hash will clear all applied filters.
</StyledDescription>
<TextInput
label="Git Commit Hash"
Expand Down

0 comments on commit d860c4f

Please sign in to comment.