From 28910ffddf348f98b470462a0b354234774bf4f5 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Fri, 3 Mar 2017 09:01:54 +0100 Subject: Fix linter errors --- app/controllers/groups_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/groups_controller.rb') diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 5a6ba3f2054..59b25b33e27 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -35,7 +35,7 @@ class GroupsController < Groups::ApplicationController notice = if @group.chat_team.present? "Group '#{@group.name}' and its Mattermost team were successfully created." else - "Group '#{@group.name}' was successfully created." + "Group '#{@group.name}' was successfully created." end redirect_to @group, notice: notice -- cgit v1.2.1