Skip to content

Commit e12f91a

Browse files
committed
add explanatory text for the disable payg modal
1 parent 471315f commit e12f91a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/mainView/subComponents/ForbidAutogrowth.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ const ForbidAutogrowth = (props) => {
104104
)}
105105
<p data-testid="forbidAutogrowthConfirmText">
106106
Do you want to <strong>{autogrowthForbidden ? "disable" : "enable"}</strong> Pay-As-You-Go?
107+
{autogrowthForbidden && (
108+
<div className="text-sm mt-2">
109+
Disabling will limit your available quota to either your existing commitments or your current usage,
110+
whichever value is greater.
111+
</div>
112+
)}
107113
</p>
108114
</Modal>
109115
</>

0 commit comments

Comments
 (0)