[Uptime][User Experience] Updating labels in sidenav (#103336)

* [Uptime][User Experience] Updating labels in sidenav

* Updating translations script

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Annalisa Valente 2021-06-29 17:00:43 +01:00 committed by GitHub
parent 096ee92f3b
commit 06eb881781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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: '/',

View file

@ -115,7 +115,7 @@ export class UptimePlugin
entries: [
{
label: i18n.translate('xpack.uptime.overview.heading', {
defaultMessage: 'Monitoring overview',
defaultMessage: 'Monitors',
}),
app: 'uptime',
path: '/',

View file

@ -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[] = [