diff --git a/frontend/src/components/Billing.jsx b/frontend/src/components/Billing.jsx
index 6f493062..f20d5b1e 100644
--- a/frontend/src/components/Billing.jsx
+++ b/frontend/src/components/Billing.jsx
@@ -327,9 +327,9 @@ const Billing = (props) => {
style: {
pointerEvents: "auto",
color: "white",
- minWidth: 650,
+ minWidth: 750,
padding: 30,
- maxHeight: 600,
+ maxHeight: 700,
overflowY: "auto",
overflowX: "hidden",
zIndex: 10012,
@@ -353,10 +353,10 @@ const Billing = (props) => {
- Sign EULA
+ Read and Accept the EULA
selected.join(', ')}
MenuProps={MenuProps}
>
- {["contacted", "lead", "pov", "demo done", "customer", "open source", "student", "internal", "old customer", "creator", "tech partner"].map((name) => (
+ {["contacted", "lead", "demo done", "pov", "customer", "open source", "student", "internal", "old customer", "creator", "tech partner"].map((name) => (