Skip to content

Commit

Permalink
[Hosts][Infra] Update translation keys in add data popover to match l…
Browse files Browse the repository at this point in the history
…inter suggestions
  • Loading branch information
iblancof committed Aug 26, 2024
1 parent 58d6f0c commit e44500c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ export const AddDataPopover = () => {
const troubleshootingLinkHref = 'https://ela.st/host-troubleshooting';

const popoverContent = {
title: i18n.translate('xpack.infra.addDataPopover.title', {
title: i18n.translate('xpack.infra.addDataPopover.wantToSeeMorePopoverTitleLabel', {
defaultMessage: 'Want to see more?',
}),
content: i18n.translate('xpack.infra.addDataPopover.content', {
content: i18n.translate('xpack.infra.addDataPopover.understandHostPerformanceByTextLabel', {
defaultMessage: 'Understand host performance by collecting more metrics.',
}),
button: i18n.translate('xpack.infra.addDataPopover.button', {
button: i18n.translate('xpack.infra.addDataPopover.understandHostPerformanceByTextLabel', {
defaultMessage: 'Add data',
}),
link: i18n.translate('xpack.infra.addDataPopover.link', {
link: i18n.translate('xpack.infra.addDataPopover.troubleshootingLinkLabel', {
defaultMessage: 'Troubleshooting',
}),
};
Expand Down

0 comments on commit e44500c

Please sign in to comment.