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)

Signed-off-by: coultonluke <luke@luke.org.uk>
  • Loading branch information
coultonluke committed Feb 13, 2024
1 parent e2a0834 commit d8d3bd7
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 d8d3bd7

Please sign in to comment.