summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/dispatcher.js.es62
-rw-r--r--app/controllers/groups_controller.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/dispatcher.js.es6 b/app/assets/javascripts/dispatcher.js.es6
index 942b6e26670..71eb4c5d782 100644
--- a/app/assets/javascripts/dispatcher.js.es6
+++ b/app/assets/javascripts/dispatcher.js.es6
@@ -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':
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