diff --git a/src/components/BrowserCell/BrowserCell.react.js b/src/components/BrowserCell/BrowserCell.react.js index f97543090..1e46dda56 100644 --- a/src/components/BrowserCell/BrowserCell.react.js +++ b/src/components/BrowserCell/BrowserCell.react.js @@ -448,7 +448,6 @@ export default class BrowserCell extends Component { type={this.selectedScript.confirmationDialogStyle === 'critical' ? Modal.Types.DANGER : Modal.Types.INFO} icon="warn-outline" title={this.selectedScript.title} - subtitle="Confirm that you want to run this script." confirmText="Continue" cancelText="Cancel" onCancel={() => this.toggleConfirmationDialog()}