Skip to content

Commit

Permalink
Fix borked i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 18, 2020
1 parent a592009 commit 099ba23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ export const ContextTab = ({
<EuiFormRow
label={
<EuiToolTip
content={i18n.translate('xpack.painlessLab.queryFieldLabel', {
content={i18n.translate('xpack.painlessLab.queryFieldTooltipText', {
defaultMessage:
'Use query to specify that that _score will be used to calculate score.',
})}
>
<span>
<FormattedMessage id="xpack.painlessLab.indexFieldLabel" defaultMessage="Query" />{' '}
<FormattedMessage id="xpack.painlessLab.queryFieldLabel" defaultMessage="Query" />{' '}
<EuiIcon type="questionInCircle" color="subdued" />
</span>
</EuiToolTip>
Expand Down

0 comments on commit 099ba23

Please sign in to comment.