Skip to content

Commit

Permalink
Fix translation id
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Feb 13, 2024
1 parent 13e08b4 commit 4f9294f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function BetaBadge() {
label={i18n.translate('xpack.observability.experimentalBadgeLabel', {
defaultMessage: 'Beta',
})}
tooltipContent={i18n.translate('xpack.observability.experimentalBadgeDescription', {
tooltipContent={i18n.translate('xpack.observability.betaBadgeDescription', {
defaultMessage: 'This functionality is in beta and is subject to change.',
})}
/>
Expand Down

0 comments on commit 4f9294f

Please sign in to comment.