Also changing "Verification needed!" to "Email verification needed!"
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 25 Aug 2011 01:20:38 +0000 (20:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 25 Aug 2011 01:20:38 +0000 (20:20 -0500)
mediagoblin/templates/mediagoblin/user_pages/user.html

index 88f6803dfbb030e11c6b36916de442aba06a4001..e7fd9692f7b5953d737fae5c8f363de807feeae5 100644 (file)
@@ -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 -%}