mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 00:11:28 +00:00
add basic copy for delay in abandon appearing
This commit is contained in:
parent
0f51cf8986
commit
588b9c5e32
1 changed files with 12 additions and 9 deletions
|
@ -73,7 +73,8 @@ function ModalRemoveFile(props: Props) {
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
actions={
|
actions={
|
||||||
<div className="card__actions">
|
<>
|
||||||
|
<div className="section__actions">
|
||||||
<Button
|
<Button
|
||||||
button="primary"
|
button="primary"
|
||||||
label={__('OK')}
|
label={__('OK')}
|
||||||
|
@ -81,6 +82,8 @@ function ModalRemoveFile(props: Props) {
|
||||||
/>
|
/>
|
||||||
<Button button="link" label={__('Cancel')} onClick={closeModal} />
|
<Button button="link" label={__('Cancel')} onClick={closeModal} />
|
||||||
</div>
|
</div>
|
||||||
|
<p className="help">{__('These changes will appear shortly.')}</p>
|
||||||
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Add table
Reference in a new issue