Update button text in theme settings to 'View changes'
This commit is contained in:
parent
765f0b6c9f
commit
cc78f08032
|
@ -62,7 +62,7 @@
|
|||
<Modal bind:this={modal}>
|
||||
<ModalContent
|
||||
showConfirmButton={false}
|
||||
cancelText="Close"
|
||||
cancelText="View changes"
|
||||
showCloseIcon={false}
|
||||
title="Theme settings"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue