From: Stefan Kögl Date: Sun, 30 Mar 2014 11:18:25 +0000 (+0200) Subject: fix typo X-Git-Url: https://repo.or.cz/w/mygpo.git/commitdiff_plain/dc71ff370b1d237ea8cd13747f2a80733a762075 fix typo --- diff --git a/mygpo/web/views/users.py b/mygpo/web/views/users.py index 9533e9a7..ef656164 100644 --- a/mygpo/web/views/users.py +++ b/mygpo/web/views/users.py @@ -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)