Skip to content

Commit

Permalink
Fixed typo in word 'hyphens'
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Jun 25, 2019
1 parent 34bfc89 commit 171bd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mygpo/users/templates/registration/registration_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>{% trans "Create Account" %}</h1>
{% for err in form.username.errors %}
<span class="help-block alert alert-error">{{ err }}</span>
{% empty %}
<span class="help-block">Letters, digits, hypens, underscores</span>
<span class="help-block">Letters, digits, hyphens, underscores</span>
{% endfor %}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ table.list th.group i
.summary
{
color: #222;
hypens: auto;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
Expand Down

0 comments on commit 171bd9f

Please sign in to comment.