Commit 28910ffd authored by Z.J. van de Weg's avatar Z.J. van de Weg

Fix linter errors

parent ba9bb4f5
...@@ -226,7 +226,7 @@ const UserCallout = require('./user_callout'); ...@@ -226,7 +226,7 @@ const UserCallout = require('./user_callout');
case 'admin:groups:new': case 'admin:groups:new':
case 'groups:create': case 'groups:create':
case 'admin:groups:create': case 'admin:groups:create':
BindInOut.initAll(); BindInOut.initAll();
case 'groups:new': case 'groups:new':
case 'admin:groups:new': case 'admin:groups:new':
case 'groups:edit': case 'groups:edit':
......
...@@ -35,7 +35,7 @@ class GroupsController < Groups::ApplicationController ...@@ -35,7 +35,7 @@ class GroupsController < Groups::ApplicationController
notice = if @group.chat_team.present? notice = if @group.chat_team.present?
"Group '#{@group.name}' and its Mattermost team were successfully created." "Group '#{@group.name}' and its Mattermost team were successfully created."
else else
"Group '#{@group.name}' was successfully created." "Group '#{@group.name}' was successfully created."
end end
redirect_to @group, notice: notice redirect_to @group, notice: notice
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment