From 3ae93e6f971294160bc8e2879bc18d780439f158 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Gerbaud?= <gerbaudloic@gmail.com>
Date: Mon, 12 Mar 2012 13:15:48 +0100
Subject: [PATCH] Typo : "vist" -> "visit" on dashboard

---
 app/views/dashboard/index.html.haml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index d0f80eefe5..d3946f5b32 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -40,7 +40,7 @@
       %small ( authored or assigned to you )
     %strong.right
       = link_to dashboard_merge_requests_path do 
-        Vist merge requests page &rarr; 
+        Visit merge requests page &rarr; 
     %hr
     .row
       .dashboard_block= render "dashboard/merge_requests_feed"
@@ -52,7 +52,7 @@
       %small ( assigned to you )
     %strong.right
       = link_to dashboard_issues_path do 
-        Vist issues page &rarr; 
+        Visit issues page &rarr; 
     %hr
     .row
       .dashboard_block= render "dashboard/issues_feed"
-- 
2.30.9