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/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-12 23:03:36 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-03-13 18:49:54 +0300
commit157dc76265fb9df0f74e4d91af51efcf06c47f61 (patch)
treef1aa385383c07631977629dae77b70040912a716 /app/views
parentd457f2adf507ce7366621340f6d9fc604c73b7f5 (diff)
Merge branch 'bvl-inconsistent-spelling-in-mr-form' into 'master'
Fix inconsistent punctuation on MR form See merge request gitlab-org/gitlab-ce!17702
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/form/_contribution.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_contribution.html.haml b/app/views/shared/issuable/form/_contribution.html.haml
index 0f2d313a5cc..de508278d7c 100644
--- a/app/views/shared/issuable/form/_contribution.html.haml
+++ b/app/views/shared/issuable/form/_contribution.html.haml
@@ -14,7 +14,7 @@
.checkbox
= form.label :allow_maintainer_to_push do
= form.check_box :allow_maintainer_to_push, disabled: !issuable.can_allow_maintainer_to_push?(current_user)
- = _('Allow edits from maintainers')
+ = _('Allow edits from maintainers.')
= link_to 'About this feature', help_page_path('user/project/merge_requests/maintainer_access')
.help-block
= allow_maintainer_push_unavailable_reason(issuable)