mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
096ee92f3b
commit
06eb881781
3 changed files with 3 additions and 3 deletions
|
@ -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: '/',
|
||||
|
|
|
@ -115,7 +115,7 @@ export class UptimePlugin
|
|||
entries: [
|
||||
{
|
||||
label: i18n.translate('xpack.uptime.overview.heading', {
|
||||
defaultMessage: 'Monitoring overview',
|
||||
defaultMessage: 'Monitors',
|
||||
}),
|
||||
app: 'uptime',
|
||||
path: '/',
|
||||
|
|
|
@ -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[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue