From 1feeea9c6af5d683f18c021df16e4eedfa9306e0 Mon Sep 17 00:00:00 2001 From: Michael Kozono Date: Wed, 6 Sep 2017 11:31:45 -0700 Subject: =?UTF-8?q?Refer=20to=20=E2=80=9CShare=20with=20group=20lock?= =?UTF-8?q?=E2=80=9D=20consistently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/groups/update_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/services/groups') diff --git a/app/services/groups/update_service.rb b/app/services/groups/update_service.rb index 246aff6c0fa..08e3efb96e3 100644 --- a/app/services/groups/update_service.rb +++ b/app/services/groups/update_service.rb @@ -30,7 +30,7 @@ module Groups return true unless changing_share_with_group_lock? return true if can?(current_user, :change_share_with_group_lock, group) - group.errors.add(:share_with_group_lock, s_('GroupSettings|cannot be disabled when the parent group Share with group lock is enabled, except by the owner of the parent group')) + group.errors.add(:share_with_group_lock, s_('GroupSettings|cannot be disabled when the parent group "Share with group lock" is enabled, except by the owner of the parent group')) false end -- cgit v1.2.3