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');
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':
......
......@@ -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
......
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