diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-24 20:17:06 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-24 20:17:06 -0500 |
commit | fb91ef0f69a354dddf11a6983d5d41789dc09fec (patch) | |
tree | 3cfa8af9585d02bc61d103c7582c4f0b358b35e8 | |
parent | 12c340fc07bdf576ffb6da6b5e3b525119131b3b (diff) | |
download | mediagoblin-fb91ef0f69a354dddf11a6983d5d41789dc09fec.tar.lz mediagoblin-fb91ef0f69a354dddf11a6983d5d41789dc09fec.tar.xz mediagoblin-fb91ef0f69a354dddf11a6983d5d41789dc09fec.zip |
Changing account "verified" to account "activated" in some points for clarity.
-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 0214082c..88f6803d 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -40,7 +40,7 @@ <p> {% trans -%} - Almost done! Your account still needs to be verified. + Almost done! Your account still needs to be activated. {%- endtrans %} </p> <p> @@ -60,7 +60,7 @@ <p> {% 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 %} </p> |