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:
authorStan Hu <stanhu@gmail.com>2019-09-10 08:25:06 +0300
committerStan Hu <stanhu@gmail.com>2019-09-10 08:25:06 +0300
commit934d4925d85f22c67e7ad57f607e8fe430a9ea92 (patch)
treed7a1e824a9a9213da718a8f82d6aa8748e95d335 /app
parenta2c17ce1b3498bdb682482355dc7bc5cb347fea5 (diff)
Apply suggestion to app/views/projects/forks/index.html.haml
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/forks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index 3b6e19c5058..8384561891a 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -1,6 +1,6 @@
.top-area
.nav-text
- - full_count_title = "#{@public_forks_count} public, #{@internal_forks_count} internal and #{@private_forks_count} private"
+ - full_count_title = "#{@public_forks_count} public, #{@internal_forks_count} internal, and #{@private_forks_count} private"
#{pluralize(@total_forks_count, 'fork')}: #{full_count_title}
.nav-controls