Skip to content

Commit

Permalink
Bug 1800867: don't repeat "Uninstall Operator" text in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Feb 8, 2020
1 parent d1b93e4 commit 636bc38
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,13 @@ export const UninstallOperatorModal = withHandlePromise((props: UninstallOperato

return (
<form onSubmit={submit} name="form" className="modal-content co-catalog-install-modal">
<ModalTitle className="modal-header">Uninstall Operator?</ModalTitle>
<ModalTitle className="modal-header">Uninstall {props.displayName || props.subscription.spec.name}?</ModalTitle>
<ModalBody>
<div className="co-delete-modal">
<YellowExclamationTriangleIcon className="co-delete-modal__icon" />
<div>
<p className="lead">Uninstall {props.displayName || props.subscription.spec.name}?</p>
<div>
This will remove the operator from {context}. Your application will keep running, but
it will no longer receive updates or configuration changes.
</div>
This will remove the operator from {context}. Your application will keep running, but
it will no longer receive updates or configuration changes.
</div>
</div>
</ModalBody>
Expand Down

0 comments on commit 636bc38

Please sign in to comment.