diff --git a/app/views/account/index_anonymous.rhtml b/app/views/account/index_anonymous.rhtml index c8ec006..e622f8f 100644 --- a/app/views/account/index_anonymous.rhtml +++ b/app/views/account/index_anonymous.rhtml @@ -1,2 +1,9 @@ -<%= link_to _('Login'), :action => 'login' %> -<%= link_to _('Sign up'), :action => 'signup' %> +
+<%= link_to _('Login.'), :action => 'login' %> +<%= _('You need to login to be able to use all the features in this virtual community.') %> +
+ ++<%= link_to _('Sign up.'), :action => 'signup' %> +<%= _('Register as a user to become a member of this virtual community.') %> +
-- libgit2 0.21.2