Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Mar 30, 2014
1 parent d6acbeb commit dc71ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mygpo/web/views/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def resend_activation(request):
raise ValueError(_('User does not exist.'))

if user.deleted:
raise ValueError(_('You have deleted your account, but you can regster again.'))
raise ValueError(_('You have deleted your account, but you can register again.'))

if user.activation_key is None:
_set_active(user=user, is_active=True)
Expand Down

0 comments on commit dc71ff3

Please sign in to comment.