Skip to content

Commit

Permalink
Fix typo on repositories modal (#3999)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Aug 19, 2024
1 parent 8890031 commit 6d5fc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/utils/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const REPOSITORY_KINDS: RepoKindDef[] = [
{
kind: RepositoryKind.RadiusRecipe,
label: 'radius',
name: 'Radius recipe',
name: 'Radius recipes',
singular: 'Radius recipe',
plural: 'Radius recipes',
icon: <RepositoryIcon kind={RepositoryKind.RadiusRecipe} className="mw-100 mh-100" />,
Expand Down

0 comments on commit 6d5fc48

Please sign in to comment.