Skip to content

Commit

Permalink
Rename cpu limit section
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed May 24, 2024
1 parent 112f26f commit 1baf14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const CPULimitsFormGroup = ({
}) => {
return (
<EuiDescribedFormGroup
title={<p>CPU Limits</p>}
title={<p>CPU Limit</p>}
description={
<Fragment>
Use this field to override the platform-level default CPU limit.
Expand All @@ -21,7 +21,7 @@ export const CPULimitsFormGroup = ({
<EuiFormRow
label={
<FormLabelWithToolTip
label="CPU Limits"
label="CPU Limit"
content="Specify the maximum amount of CPU available for this component.
An empty value or the value 0 corresponds to not setting any CPU limit."
/>
Expand Down

0 comments on commit 1baf14c

Please sign in to comment.