From: Christopher Allan Webber Date: Thu, 25 Aug 2011 01:20:38 +0000 (-0500) Subject: Also changing "Verification needed!" to "Email verification needed!" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3;p=mediagoblin.git Also changing "Verification needed!" to "Email verification needed!" --- 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 #}
-

{% trans %}Verification needed{% endtrans %}

+

{% trans %}Email verification needed{% endtrans %}

{% trans -%} @@ -56,7 +56,7 @@ {% else %} {# if the user is not you, but still needs to verify their email #}

-

{% trans %}Verification needed{% endtrans %}

+

{% trans %}Email verification needed{% endtrans %}

{% trans -%}