mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Rename design modal cancel button in AdminX
refs. https://github.com/TryGhost/Team/issues/3354
This commit is contained in:
parent
949df42000
commit
207651e2b0
@ -106,6 +106,7 @@ const DesignModal: React.FC = () => {
|
||||
|
||||
return <PreviewModalContent
|
||||
buttonsDisabled={saveState === 'saving'}
|
||||
cancelLabel='Close'
|
||||
okLabel='Save'
|
||||
preview={<ThemePreview />}
|
||||
previewToolbarURLs={urlOptions}
|
||||
|
Loading…
Reference in New Issue
Block a user