From 9cecbe4e35bd75d9a6d56fc6cf44e5281fbce8f3 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 24 Aug 2011 20:20:38 -0500 Subject: [PATCH] Also changing "Verification needed!" to "Email verification needed!" --- mediagoblin/templates/mediagoblin/user_pages/user.html | 4 ++-- 1 file 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 #}
-

{% 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 -%} -- 2.25.1