<!-- Please see our guide for opening issues: https://rocket.chat/docs/contributing/reporting-issues If you have questions or are looking for help/support please see: https://rocket.chat/docs/getting-support If you are experiencing a bug please search our issues to be sure it is not already present: https://github.com/RocketChat/Rocket.Chat/issues --> ### Description: Confirmation modals are showing a `Send` button, when they should show nothing, for example: ``` modal.open({ title: t('Removed'), text: t('Field_removed'), type: 'success', timer: 1000, showConfirmButton: false }); ```