Skip to content

Commit

Permalink
Corrected typo on 'Minimum' textbox label on snapshot policy page --s…
Browse files Browse the repository at this point in the history
…ign-off (#962) (#977)

(cherry picked from commit d8d3bd7)

Signed-off-by: coultonluke <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 03928c0 commit 642ebe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export default class CreateSnapshotPolicy extends Component<CreateSMPolicyProps,

<EuiFlexGroup alignItems="flexStart">
<EuiFlexItem grow={false}>
<CustomLabel title="Minumum" />
<CustomLabel title="Minimum" />
<EuiFormRow isInvalid={!!minCountError} error={minCountError}>
<EuiFieldNumber
min={1}
Expand Down

0 comments on commit 642ebe7

Please sign in to comment.