Skip to content

Commit

Permalink
Fix label id
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Jan 5, 2024
1 parent 8e722d4 commit 0fa6aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Tags({ tags }: { tags: string[] }) {
)}
>
<FormattedMessage
id="xpack.observability.customThreshold.rule.alertDetailsAppSection.summaryField.tags"
id="xpack.observability.customThreshold.rule.alertDetailsAppSection.summaryField.moreTags"
defaultMessage="+{number} more"
values={{ number: tags.length - 3 }}
/>
Expand Down

0 comments on commit 0fa6aaf

Please sign in to comment.