Skip to content

Commit

Permalink
fixing i18n id duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed Nov 21, 2024
1 parent 2e47a6b commit 3715579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const degradedDocsTooltip = (

const failedDocsColumnTooltip = (
<FormattedMessage
id="xpack.datasetQuality.failedDocsColumnTooltip"
id="xpack.datasetQuality.failedDocsSummaryTooltip"
defaultMessage="The number of documents sent to failure store due to an issue during ingestion."
/>
);
Expand Down

0 comments on commit 3715579

Please sign in to comment.