Skip to content

Commit

Permalink
Fix typo in catalog (#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Jul 26, 2024
1 parent e2f39f3 commit 77e9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/website/pages/Landing/Buckets/Buckets.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default function Buckets() {
/>
) : (
<M.Typography color="textPrimary" variant="h4">
No buckets mathcing <b>&quot;{filter}&quot;</b>
No buckets matching <b>&quot;{filter}&quot;</b>
</M.Typography>
)}
<div className={classes.controls}>
Expand Down

0 comments on commit 77e9c32

Please sign in to comment.