Skip to content

Commit

Permalink
add dot at end of helptext for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Nov 15, 2022
1 parent 881e943 commit 6047a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export const ScatterplotMatrix: FC<ScatterplotMatrixProps> = ({
fullWidth
helpText={i18n.translate('xpack.ml.splom.backgroundLayerHelpText', {
defaultMessage:
"If the data points match your filter, they're shown in color; otherwise, they're blurred gray",
"If the data points match your filter, they're shown in color; otherwise, they're blurred gray.",
})}
>
<></>
Expand Down

0 comments on commit 6047a9e

Please sign in to comment.