Skip to content

Commit

Permalink
Clarify that we want the domain only here
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gu committed Dec 14, 2014
1 parent 0dde84e commit a00df7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $this->headScript()->prependFile($this->basePath() . '/js/signup.js');
<input type="text" value="" maxlength="50" name="company" id="company" placeholder="Company"> </div>
</div>
<div class="control-group">
<label for="Website" class="control-label">Website</label>
<label for="Website" class="control-label">Website Domain</label>
<div class="controls">
<input type="text" value="" maxlength="50" name="website" id="website" placeholder="example.com"> </div>
</div>
Expand Down

0 comments on commit a00df7c

Please sign in to comment.