浏览代码

sign in (#4442)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 年之前
父节点
当前提交
2bec68c3a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>
           </Jumbotron>
           <Spacer y={2} />
           <Spacer y={2} />
           <CheckRow>
           <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>
           </CheckRow>
           <Spacer y={0.5} />
           <Spacer y={0.5} />
           <CheckRow>
           <CheckRow>
@@ -224,7 +224,7 @@ const Register: React.FC<Props> = ({
           </CheckRow>
           </CheckRow>
           <Spacer y={0.5} />
           <Spacer y={0.5} />
           <CheckRow>
           <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>
           </CheckRow>
         </Wrapper>
         </Wrapper>
       )}
       )}