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

Signed-off-by: coultonluke <luke@luke.org.uk>
  • Loading branch information
coultonluke committed Jan 10, 2024
1 parent be76a29 commit 8eb6e2c
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 8eb6e2c

Please sign in to comment.