From 59ae35532c1123c31644f2285a46a44865160940 Mon Sep 17 00:00:00 2001 From: Vik Date: Tue, 25 Apr 2023 14:54:37 +0530 Subject: [PATCH] Change name from apps to Applications --- frontend/src/_ui/Breadcrumbs/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_ui/Breadcrumbs/index.jsx b/frontend/src/_ui/Breadcrumbs/index.jsx index 3a2e10dbd8..2e5dea8c54 100644 --- a/frontend/src/_ui/Breadcrumbs/index.jsx +++ b/frontend/src/_ui/Breadcrumbs/index.jsx @@ -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' },