mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Change name from apps to Applications
This commit is contained in:
parent
99768d0e3b
commit
59ae35532c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export const Breadcrumbs = ({ darkMode }) => {
|
|||
};
|
||||
// define some custom breadcrumbs for certain routes (optional)
|
||||
const routes = [
|
||||
{ path: '/:worspace_id', breadcrumb: 'Apps' },
|
||||
{ path: '/:worspace_id', breadcrumb: 'Applications' },
|
||||
{ path: '/:worspace_id/database', breadcrumb: 'Tables', props: { dataCy: 'tables-page-header' } },
|
||||
{ path: '/workspace-settings', breadcrumb: 'Workspace settings' },
|
||||
{ path: '/global-datasources', breadcrumb: 'Global Datasources' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue