-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
This isn't such an easy bug to fix because of the complexity of the i18n strings in the Alert Preview: https://github.com/elastic/kibana/blob/master/x-pack/plugins/infra/public/alerting/common/components/alert_preview.tsx#L162-L204
We need to add a was/were differentiator to the plural, but if we put it inside the currently existing instance plural, it'd format like:
because we need to switch to an embedded <FormattedString> in order to make it bold.
Not sure what the best practice is regarding i18n and embedded <strong> elements.
Metadata
Metadata
Assignees
Labels
Feature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience

