update copy
This commit is contained in:
parent
0a92b62fb7
commit
40a2bdaa66
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
|
|||
navigate('/$/published');
|
||||
closeModal();
|
||||
}}
|
||||
confirmButtonLabel={'View My Publishes'}
|
||||
abortButtonLabel={'Thanks!'}
|
||||
confirmButtonLabel={__('View My Publishes')}
|
||||
abortButtonLabel={__('Close')}
|
||||
onAborted={() => {
|
||||
clearPublish();
|
||||
closeModal();
|
||||
|
|
Loading…
Reference in a new issue