diff options
-rw-r--r-- | django_authopenid/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django_authopenid/views.py b/django_authopenid/views.py index cf14b538..218a31a2 100644 --- a/django_authopenid/views.py +++ b/django_authopenid/views.py @@ -358,7 +358,7 @@ def register(request): 'flickr':'<font color="#0063dc">flick</font><font color="#ff0084">r</font>™', 'google':'Google™', 'aol':'<font color="#31658e">AOL</font>', - 'myopenid':'OpenID', + 'myopenid':'MyOpenID', } if provider_name not in providers: provider_logo = provider_name |