Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Oct 18, 2021
1 parent 358b77d commit 3863d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const IgnoreWarning: React.FC<IgnoreWarningProps> = React.memo(({ rawValue, reas
defaultMessage: `One or more values in this field are too long and can't be searched or filtered.`,
})
: i18n.translate('discover.docView.table.ignored.singleAboveTooltip', {
defaultMessage: `The value in this field is too long and and can't be searched or filtered.`,
defaultMessage: `The value in this field is too long and can't be searched or filtered.`,
});
case IgnoredReason.MALFORMED:
return multiValue
Expand Down

0 comments on commit 3863d3b

Please sign in to comment.