Skip to content

Commit

Permalink
[Uptime][User Experience] Updating labels in sidenav (#103336)
Browse files Browse the repository at this point in the history
* [Uptime][User Experience] Updating labels in sidenav

* Updating translations script

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
liciavale and kibanamachine authored Jun 29, 2021
1 parent 096ee92 commit 06eb881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
entries: [
{
label: i18n.translate('xpack.apm.ux.overview.heading', {
defaultMessage: 'Overview',
defaultMessage: 'Dashboard',
}),
app: 'ux',
path: '/',
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/apps/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class UptimePlugin
entries: [
{
label: i18n.translate('xpack.uptime.overview.heading', {
defaultMessage: 'Monitoring overview',
defaultMessage: 'Monitors',
}),
app: 'uptime',
path: '/',
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface RouteProps {
const baseTitle = 'Uptime - Kibana';

export const MONITORING_OVERVIEW_LABEL = i18n.translate('xpack.uptime.overview.heading', {
defaultMessage: 'Monitoring overview',
defaultMessage: 'Monitors',
});

const Routes: RouteProps[] = [
Expand Down

0 comments on commit 06eb881

Please sign in to comment.