Skip to content

Commit

Permalink
chore: rename recipes catalog to recipe catalog (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored Nov 15, 2024
1 parent 081cec3 commit 2cd5ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ onDestroy(() => {
</div>
<SettingsNavItem
icon={copyFaBookOpenIcon}
title="Recipes Catalog"
title="Recipe Catalog"
selected={meta.url === '/recipes'}
href="/recipes" />
<SettingsNavItem icon={faServer} title="Running" selected={meta.url === '/applications'} href="/applications" />
Expand Down

0 comments on commit 2cd5ecc

Please sign in to comment.