Commit ad564f3edba7f05b3467d7b2ed6caadad6273191
1 parent
a411848b
Exists in
master
and in
28 other branches
ActionItem9: adding a little bit of information to the messages
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@153 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
app/views/account/index.rhtml
1 | +<h2><%= _('Account options') %></h2> | |
2 | + | |
1 | 3 | <p> |
2 | 4 | <%= link_to _('Change password.'), :action => 'change_password' %> |
3 | 5 | <%= _('It is a good idea to change your password from times to times.') %> |
... | ... | @@ -10,5 +12,5 @@ |
10 | 12 | |
11 | 13 | <p> |
12 | 14 | <%= link_to _('Logout.'), :action => 'logout' %> |
13 | -<%= _('It is always a good idea to make a logout when you finish using.')%> | |
15 | +<%= _('It is always a good idea to make a logout when you finish using the virtual community.')%> | |
14 | 16 | </p> | ... | ... |
app/views/account/index_anonymous.rhtml
1 | +<h2><%= _('Identify yourself') %></h2> | |
2 | + | |
1 | 3 | <p> |
2 | 4 | <strong><%= link_to _('Login.'), :action => 'login' %></strong> |
3 | 5 | <%= _('You need to login to be able to use all the features in this virtual community.') %> |
... | ... | @@ -5,5 +7,5 @@ |
5 | 7 | |
6 | 8 | <p> |
7 | 9 | <%= link_to _('Sign up.'), :action => 'signup' %> |
8 | -<%= _('Register as a user to become a member of this virtual community.') %> | |
10 | +<%= _('If you are not an user already, you can register now to become a member of this virtual community.') %> | |
9 | 11 | </p> | ... | ... |