aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user')
-rw-r--r--app/views/user/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index 367bf88d4..3585f345f 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -1,7 +1,7 @@
<% @title = h(@display_user.name) + (@is_you ? " (you)" : "") %>
<% if (@same_name_users.size >= 1) %>
- <p>This is <strong>one person</strong> who uses this site and has this name, you may
+ <p>This is <strong>just one person</strong> who uses this site and has this name, you may
mean a different one:
<% for @same_name_user in @same_name_users %>
<%= user_link(@same_name_user) %>