Skip to content

Commit

Permalink
[IMPROVE] Remove user from role dialog fixed (#13874)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardwajaditya authored and ggazzo committed Mar 25, 2019
1 parent bc1722a commit be6b13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/authorization/client/views/permissionsRole.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Template.permissionsRole.events({
e.preventDefault();
modal.open({
title: t('Are_you_sure'),
text: t('The_user_s_will_be_removed_from_role_s', this.username, FlowRouter.getParam('name')),
type: 'warning',
showCancelButton: true,
confirmButtonColor: '#DD6B55',
Expand Down
1 change: 1 addition & 0 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2738,6 +2738,7 @@
"The_server_will_restart_in_s_seconds": "The server will restart in %s seconds",
"The_setting_s_is_configured_to_s_and_you_are_accessing_from_s": "The setting <strong>%s</strong> is configured to <strong>%s</strong> and you are accessing from <strong>%s</strong>!",
"The_user_will_be_removed_from_s": "The user will be removed from %s",
"The_user_s_will_be_removed_from_role_s": "The user %s will be removed from role %s",
"The_user_wont_be_able_to_type_in_s": "The user won't be able to type in %s",
"Theme": "Theme",
"theme-color-attention-color": "Attention Color",
Expand Down

0 comments on commit be6b13e

Please sign in to comment.