From 934d4925d85f22c67e7ad57f607e8fe430a9ea92 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 10 Sep 2019 05:25:06 +0000 Subject: Apply suggestion to app/views/projects/forks/index.html.haml --- app/views/projects/forks/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1