summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-09-10 05:25:06 +0000
committerStan Hu <stanhu@gmail.com>2019-09-10 05:25:06 +0000
commit934d4925d85f22c67e7ad57f607e8fe430a9ea92 (patch)
treed7a1e824a9a9213da718a8f82d6aa8748e95d335
parenta2c17ce1b3498bdb682482355dc7bc5cb347fea5 (diff)
downloadgitlab-ce-934d4925d85f22c67e7ad57f607e8fe430a9ea92.tar.gz
Apply suggestion to app/views/projects/forks/index.html.haml
-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