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:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-18 15:27:55 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-06-18 15:27:55 +0400
commitca1248fb2e348b398b6d6e70a4d4db4dd771c2cf (patch)
tree6c2829d9bf973726447b18e4a5d8443febfca345 /app
parentaf67d58fa423be4a0b97e587e660aeece39c0828 (diff)
Spelling, needs to end the sentence.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index cb7fd798a49..4195a491a0f 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -4,7 +4,7 @@
%div
%h3.page-title
Project settings:
- %p.light Some settings, such as "Transfer Project", are hidden inside the danger area below
+ %p.light Some settings, such as "Transfer Project", are hidden inside the danger area below.
%hr
.panel-body
= form_for @project, remote: true, html: { class: "edit_project form-horizontal" } do |f|