Fix linter errors

This commit is contained in:
Z.J. van de Weg 2017-03-03 09:01:54 +01:00
parent ba9bb4f59f
commit 28910ffddf
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ const UserCallout = require('./user_callout');
case 'admin:groups:new':
case 'groups:create':
case 'admin:groups:create':
BindInOut.initAll();
BindInOut.initAll();
case 'groups:new':
case 'admin:groups:new':
case 'groups:edit':

View File

@ -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