diff --git a/app/authorization/client/views/permissionsRole.js b/app/authorization/client/views/permissionsRole.js index 86b1eea7f63e..0a23e17f2cd1 100644 --- a/app/authorization/client/views/permissionsRole.js +++ b/app/authorization/client/views/permissionsRole.js @@ -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', diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 351e1a8669bb..6a629e510fa2 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -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 %s is configured to %s and you are accessing from %s!", "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",