From b7874c8520bff24c955eba9636367a453dff6cb8 Mon Sep 17 00:00:00 2001
From: Vinnie Okada <vokada@mrvinn.com>
Date: Tue, 30 Sep 2014 13:04:13 -0500
Subject: [PATCH] Fix typo in link title

---
 app/views/projects/_home_panel.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 2c1ac06fc9037..cdbdec698fa2b 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -17,7 +17,7 @@
         .fork-buttons
           - if current_user && can?(current_user, :fork_project, @project) && @project.namespace != current_user.namespace
             - if current_user.already_forked?(@project)
-              = link_to project_path(current_user.fork_of(@project)), title: 'Got to my fork' do
+              = link_to project_path(current_user.fork_of(@project)), title: 'Go to my fork' do
                 = link_to_toggle_fork
             - else
               = link_to fork_project_path(@project), title: "Fork project", method: "POST" do
-- 
GitLab