Skip to content

Commit

Permalink
fix: corrige texte breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jun 27, 2024
1 parent eaa9a9c commit 6ab06c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/modules/entrepot/breadcrumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const getBreadcrumb = (route: Route<typeof routes>, datastoreName?: string): Bre
{ label: datastoreName, linkProps: routes.datasheet_list({ datastoreId: route.params.datastoreId }).link },
],
];
return { ...defaultProps, currentPageLabel: route.name };
return { ...defaultProps, currentPageLabel: t("datastore_datasheet_upload_integration") };
case "datastore_datasheet_view":
defaultProps.segments = [
...defaultProps.segments,
Expand Down

0 comments on commit 6ab06c5

Please sign in to comment.