diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-18 13:27:55 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-18 13:27:55 +0200 |
commit | ca1248fb2e348b398b6d6e70a4d4db4dd771c2cf (patch) | |
tree | 6c2829d9bf973726447b18e4a5d8443febfca345 /app | |
parent | af67d58fa423be4a0b97e587e660aeece39c0828 (diff) | |
download | gitlab-ce-ca1248fb2e348b398b6d6e70a4d4db4dd771c2cf.tar.gz |
Spelling, needs to end the sentence.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/edit.html.haml | 2 |
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| |