Browse Source

sign in (#4442)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 years ago
parent
commit
2bec68c3a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dashboard/src/main/auth/Register.tsx

+ 2 - 2
dashboard/src/main/auth/Register.tsx

@@ -216,7 +216,7 @@ const Register: React.FC<Props> = ({
           </Jumbotron>
           <Spacer y={2} />
           <CheckRow>
-            <i className="material-icons">done</i> 14 day free trial (no credit card required)
+            <i className="material-icons">done</i> 14 day free trial
           </CheckRow>
           <Spacer y={0.5} />
           <CheckRow>
@@ -224,7 +224,7 @@ const Register: React.FC<Props> = ({
           </CheckRow>
           <Spacer y={0.5} />
           <CheckRow>
-            <i className="material-icons">done</i> Use your AWS credits
+            <i className="material-icons">done</i> Bring your own cloud and use your credits
           </CheckRow>
         </Wrapper>
       )}