add basic copy for delay in abandon appearing

This commit is contained in:
Sean Yesmunt 2020-07-22 21:33:12 -04:00
parent 0f51cf8986
commit 588b9c5e32

View file

@ -73,7 +73,8 @@ function ModalRemoveFile(props: Props) {
</React.Fragment>
}
actions={
<div className="card__actions">
<>
<div className="section__actions">
<Button
button="primary"
label={__('OK')}
@ -81,6 +82,8 @@ function ModalRemoveFile(props: Props) {
/>
<Button button="link" label={__('Cancel')} onClick={closeModal} />
</div>
<p className="help">{__('These changes will appear shortly.')}</p>
</>
}
/>
</Modal>