diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-18 01:35:39 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-18 01:35:39 +0100 |
commit | 1616e2803cbdb82b0c2d67fa6929c79cdd1a5a04 (patch) | |
tree | 0fb5cdc1a475bb724aa9064580a79ecd7526899d | |
parent | 19c311d8ee5025725a81c262f33554dd1afd7b71 (diff) |
Slightly better wording
-rw-r--r-- | app/views/user/show.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index f1e791f2a..f274dfe3b 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -83,7 +83,8 @@ <% if not @is_you %> <p id="user_not_logged_in"> - If you are <%=h @display_user.name %>, <%= link_to "sign in", signin_url(:r => request.request_uri) %> to change your password or alter your subscriptions. + <%= link_to "Sign in", signin_url(:r => request.request_uri) %> to change password, + subscriptions and more (<%=h @display_user.name %> only) </p> <% end %> |