summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-09-05 17:02:11 -0700
committerMichael Kozono <mkozono@gmail.com>2017-09-06 12:07:21 -0700
commitf25b5b7f8db05ec441574429e024c71893fa7c11 (patch)
tree8270555cadd697963bc7585b582e0e9c9d2ac2cc /app/views/groups
parentedf8dd44f7676d14fda5ce305c2c3e31b8c14c17 (diff)
downloadgitlab-ce-f25b5b7f8db05ec441574429e024c71893fa7c11.tar.gz
Fix “Share lock” help text
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index bd8c4b5954a..31961691bdf 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -39,7 +39,7 @@
- group_link = link_to @group.name, group_path(@group)
= s_("GroupSettings|Prevent sharing a project within %{group} with other groups").html_safe % { group: group_link }
%br
- %span.descr= share_with_group_lock_help_text
+ %span.descr= share_with_group_lock_help_text(@group)
= render 'group_admin_settings', f: f