Change wording of license agreement link

(imported from commit a6d5ad8375232f8b43092383b75e5c195229a741)
This commit is contained in:
Leo Franchi 2013-11-14 14:27:34 -05:00
parent ff4f5e3b71
commit 8511538c46
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<label class="checkbox">
<input id="id_terms" class="required" type="checkbox" name="terms"
{% if form.terms.value %}checked="checked"{% endif %} />
I agree to the <a href="/terms-enterprise" target="_blank">Enterprise Terms of Service</a>.
I agree to the <a href="/terms-enterprise" target="_blank">Zulip Enterprise License Agreement</a>.
</label>
{% if form.terms.errors %}
{% for error in form.terms.errors %}