Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLoïc Gerbaud <gerbaudloic@gmail.com>2012-03-12 16:15:48 +0400
committerLoïc Gerbaud <gerbaudloic@gmail.com>2012-03-12 16:15:48 +0400
commit3ae93e6f971294160bc8e2879bc18d780439f158 (patch)
tree4717e5fa1c62e3cd69bd981c67be9a7dba11f3d0 /app
parent92e2303fb338772b7f779d091d225dc5afe261aa (diff)
Typo : "vist" -> "visit" on dashboard
Diffstat (limited to 'app')
-rw-r--r--app/views/dashboard/index.html.haml4
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 &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"