From fb91ef0f69a354dddf11a6983d5d41789dc09fec Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 24 Aug 2011 20:17:06 -0500 Subject: [PATCH] Changing account "verified" to account "activated" in some points for clarity. --- 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 0214082c..88f6803d 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -40,7 +40,7 @@

{% trans -%} - Almost done! Your account still needs to be verified. + Almost done! Your account still needs to be activated. {%- endtrans %}

@@ -60,7 +60,7 @@

{% trans -%} - Someone has registered an account with this username, but it still has to be verified. + Someone has registered an account with this username, but it still has to be activated. {%- endtrans %}

-- 2.25.1