diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-24 20:20:38 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-24 20:20:38 -0500 |
commit | 9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3 (patch) | |
tree | 0c867eee203f35a7f105be0d06f6d5adbfcf0206 | |
parent | fb91ef0f69a354dddf11a6983d5d41789dc09fec (diff) | |
download | mediagoblin-9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3.tar.lz mediagoblin-9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3.tar.xz mediagoblin-9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3.zip |
Also changing "Verification needed!" to "Email verification needed!"
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 88f6803d..e7fd9692 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -36,7 +36,7 @@ {% if user == request.user %} {# this should only be visible when you are this user #} <div class="grid_6 prefix_1 suffix_1 form_box"> - <h1>{% trans %}Verification needed{% endtrans %}</h1> + <h1>{% trans %}Email verification needed{% endtrans %}</h1> <p> {% trans -%} @@ -56,7 +56,7 @@ {% else %} {# if the user is not you, but still needs to verify their email #} <div class="grid_6 prefix_1 suffix_1 form_box"> - <h1>{% trans %}Verification needed{% endtrans %}</h1> + <h1>{% trans %}Email verification needed{% endtrans %}</h1> <p> {% trans -%} |