Skip to content

Commit

Permalink
undo unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Aug 14, 2021
1 parent f0e99e4 commit 0b95871
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ export const StatusMessage: React.FC<StatusMessageProps> = ({
strongIndices: (
<strong>
<FormattedMessage
id="indexPatternEditor.status.notMatchLabel.allIndicesLabel"
defaultMessage="{indicesLength, plural,
one {# source}
other {# sources}
}"
values={{ indicesLength: allIndicesLength }}
id="indexPatternEditor.status.partialMatchLabel.strongIndicesLabel"
defaultMessage="{matchedIndicesLength, plural,
one {source}
other {# sources}
}"
values={{ matchedIndicesLength: partialMatchedIndices.length }}
/>
</strong>
),
Expand Down

0 comments on commit 0b95871

Please sign in to comment.