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:
authorFatih Acet <acetfatih@gmail.com>2016-09-20 23:25:29 +0300
committerFatih Acet <acetfatih@gmail.com>2016-09-21 00:19:17 +0300
commit75272518bea4e6e8737b16cd51c3cc826c72b010 (patch)
tree15a903253250b14eea5b221a68ec6d1787475498 /app
parent17a7688285251f9804bd12bc0805a308e7639fc2 (diff)
Fix typo on cycle analytics copy.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index b6fe585912f..9720d28ab1d 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -11,7 +11,7 @@
%h4
Introducing Cycle Analytics
%p
- Cycle Analytics gives an overview on how much time it takes to go from idea to production in your project.
+ Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project.
= link_to "Read more", help_page_path('user/project/cycle_analytics'), target: '_blank', class: 'btn'