diff options
-rw-r--r-- | app/views/dashboard/index.html.haml | 4 |
1 files 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" |