users: Update first boot step submit button text

'Box it up!' is confusing is and no longer relavent as there are more
steps after that step.
This commit is contained in:
Sunil Mohan Adapa 2016-11-13 19:33:25 +05:30 committed by James Valleroy
parent b347033f42
commit 6cce89ed68
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -42,7 +42,7 @@
{{ form|bootstrap }}
<input type="submit" class="btn btn-primary"
value="{% trans "Box it up!" %}"/>
value="{% trans "Create Account" %}"/>
</form>
</div>