Skip to content

Commit 84138e7

Browse files
committed
Update message now that we have Camel data
1 parent 6eacd0e commit 84138e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sortings/sortings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Sortings = ({ sorterAction, downloadData }) => {
105105
return (
106106
<SortBar className="sortings">
107107
{sort === downloads &&
108-
<DownloadDataData>Maven download data only available for extensions in quarkusio and quarkiverse repositories.
108+
<DownloadDataData>Maven download data only available for extensions in Quarkus, Quarkiverse, and Camel orgs.
109109
Last updated {formattedDate}</DownloadDataData>}
110110
<Title htmlFor="sort">Sort by</Title>
111111
<Element data-testid="sort-form">

0 commit comments

Comments
 (0)