Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from Storj/final-gui-vue-wording
Browse files Browse the repository at this point in the history
Updating wording for user signup throttling
  • Loading branch information
phutchins committed Mar 8, 2018
2 parents 5654549 + 6041205 commit 8178f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/views/Signup/New-User-Banner.vue
Expand Up @@ -10,7 +10,7 @@
<strong>{{ referralPartner | capitalize }}!</strong>
</p>
<p>
As we build the network, we’d love to learn from you. Create an account and help us test the new network.
Due to extreme demand, we are limiting new account activation as we build the next generation of our network. Creating an account will enroll you to be considered for testing on our existing network as well as access to the new network. You will receive an email shortly with further details.
</p>
</span>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/views/Signup/index.vue
Expand Up @@ -5,11 +5,11 @@
<div class="row justify-content-center">
<div class="col-lg-6 col-lg-push-3 col-md-8 col-md-push-2 col-xs-12 text-center">
<div class="content">
<h1 class="title text-center form-group">Pre-register</h1>
<h1 class="title text-center form-group">Register</h1>

<NewReferralUserBanner v-if="showReferralBanner">
</NewReferralUserBanner>

<NewUserBanner v-else :referralPartner="referralPartner">
</NewUserBanner>

Expand Down Expand Up @@ -58,7 +58,7 @@
@click.prevent="handleSubmit"
class="btn btn-block btn-green"
>
Create Account
Create Account
</button>
</div>

Expand Down

0 comments on commit 8178f21

Please sign in to comment.