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}>
|
<Modal bind:this={modal}>
|
||||||
<ModalContent
|
<ModalContent
|
||||||
showConfirmButton={false}
|
showConfirmButton={false}
|
||||||
cancelText="Close"
|
cancelText="View changes"
|
||||||
showCloseIcon={false}
|
showCloseIcon={false}
|
||||||
title="Theme settings"
|
title="Theme settings"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue