Skip to content

Commit

Permalink
Fix Meshery typo (#3777)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Apr 18, 2024
1 parent b48907b commit 4c73d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const REPOSITORY_KINDS: RepoKindDef[] = [
label: 'meshery',
name: 'Meshery designs',
singular: 'Meshery design',
plural: 'Mesher designs',
plural: 'Meshery designs',
icon: <RepositoryIcon kind={RepositoryKind.MesheryDesign} className="mw-100 mh-100" />,
active: true,
},
Expand Down

0 comments on commit 4c73d1c

Please sign in to comment.