0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Rename design modal cancel button in AdminX

refs. https://github.com/TryGhost/Team/issues/3354
This commit is contained in:
Peter Zimon 2023-06-08 08:27:37 +02:00
parent 949df42000
commit 207651e2b0

View file

@ -106,6 +106,7 @@ const DesignModal: React.FC = () => {
return <PreviewModalContent
buttonsDisabled={saveState === 'saving'}
cancelLabel='Close'
okLabel='Save'
preview={<ThemePreview />}
previewToolbarURLs={urlOptions}