]> git.openstreetmap.org Git - rails.git/commitdiff
spelling: (self reference is superfluous)
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 25 Jun 2021 04:21:34 +0000 (00:21 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 21 Jul 2021 14:45:38 +0000 (10:45 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
app/views/users/show.html.erb

index 302ec5bd3935db3d9a65dd8dd3beb39a02fa8e68..dac0ff5b50d927815e5c802beb35fa6405f3cd91 100644 (file)
@@ -4,7 +4,7 @@
     <div class='userinformation-inner'>
       <h1><%= @user.display_name %> <%= role_icons(@user) %></h1>
       <% if current_user and @user.id == current_user.id %>
-        <!-- Displaying user's own profile page to themself -->
+        <!-- Displaying user's own profile page -->
         <ul class='secondary-actions clearfix'>
           <li>
             <%= link_to t(".my edits"), :controller => "changesets", :action => "index", :display_name => current_user.display_name %>