Skip to content

Commit

Permalink
chore(ui): amend item labels in left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Feb 26, 2025
1 parent 4abbc4c commit 07acb41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/src/override/components/useLeftMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function useLeftMenu() {
},
child: [
{
title: t("flows"),
title: t("blueprints.flows"),
routes: routeStartWith("blueprints/flow"),
icon: {
element: shallowRef(FileTreeOutline),
Expand All @@ -138,7 +138,7 @@ export function useLeftMenu() {
href: {name: "blueprints", params: {kind: "flow", tab: "community"}},
},
{
title: t("homeDashboard.title"),
title: t("blueprints.dashboards"),
routes: routeStartWith("blueprints/dashboard"),
icon: {
element: shallowRef(ViewDashboardVariantOutline),
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,10 @@
"2": "Explore blueprints to kick-start your next {kind}."
},
"alt": "Blueprints Icon"
}
},
"flows": "Flow Blueprints",
"apps": "App Blueprints",
"dashboards": "Dashboard Blueprints"
},
"use": "Use",
"plugins": {
Expand Down

0 comments on commit 07acb41

Please sign in to comment.