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
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 22:10:42 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-30 22:10:42 +0300
commit4d7759156be3ed5690b786100f558fa368fa24ed (patch)
treefbbb9bfd2f16e994989477aca5d1fd5382337e72 /app/views/groups
parent635c86114fdc2843b14ab5c38fdc8e92abfbed13 (diff)
Plural instead of singular.
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/show.html.haml b/app/views/groups/milestones/show.html.haml
index 0ab15c90aff..6c41cd6b9e4 100644
--- a/app/views/groups/milestones/show.html.haml
+++ b/app/views/groups/milestones/show.html.haml
@@ -1,4 +1,4 @@
-- page_title @group_milestone.title, "Milestone"
+- page_title @group_milestone.title, "Milestones"
%h4.page-title
.issue-box{ class: "issue-box-#{@group_milestone.closed? ? 'closed' : 'open'}" }
- if @group_milestone.closed?