From 3ae93e6f971294160bc8e2879bc18d780439f158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gerbaud?= 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 d0f80eefe50..d3946f5b327 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 → + Visit merge requests page → %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 → + Visit issues page → %hr .row .dashboard_block= render "dashboard/issues_feed"