Error is re-name to exceptions (#1093)

* chore: error is named to expections
This commit is contained in:
palash-signoz 2022-05-05 13:59:25 +05:30 committed by GitHub
parent 374a2415d9
commit b16a793cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"routes": {
"general": "General",
"alert_channels": "Alert Channels",
"all_errors": "All Errors"
"all_errors": "All Exceptions"
},
"settings": {
"total_retention_period": "Total Retention Period",

View File

@ -12,7 +12,7 @@
"routes": {
"general": "General",
"alert_channels": "Alert Channels",
"all_errors": "All Errors"
"all_errors": "All Exceptions"
},
"settings": {
"total_retention_period": "Total Retention Period",

View File

@ -87,7 +87,7 @@ export const AllAlertChannels = Loadable(
);
export const AllErrors = Loadable(
/* webpackChunkName: "All Errors" */ () => import('pages/AllErrors'),
/* webpackChunkName: "All Exceptions" */ () => import('pages/AllErrors'),
);
export const ErrorDetails = Loadable(

View File

@ -35,7 +35,7 @@ const menus: SidebarMenu[] = [
{
Icon: BugOutlined,
to: ROUTES.ALL_ERROR,
name: 'Errors',
name: 'Exceptions',
},
{
to: ROUTES.SERVICE_MAP,

View File

@ -11,7 +11,7 @@ const breadcrumbNameMap = {
[ROUTES.INSTRUMENTATION]: 'Add instrumentation',
[ROUTES.SETTINGS]: 'Settings',
[ROUTES.DASHBOARD]: 'Dashboard',
[ROUTES.ALL_ERROR]: 'Errors',
[ROUTES.ALL_ERROR]: 'Exceptions',
[ROUTES.VERSION]: 'Status',
[ROUTES.ORG_SETTINGS]: 'Organization Settings',
[ROUTES.MY_SETTINGS]: 'My Settings',