mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ const DesignModal: React.FC = () => {
|
||||||
|
|
||||||
return <PreviewModalContent
|
return <PreviewModalContent
|
||||||
buttonsDisabled={saveState === 'saving'}
|
buttonsDisabled={saveState === 'saving'}
|
||||||
|
cancelLabel='Close'
|
||||||
okLabel='Save'
|
okLabel='Save'
|
||||||
preview={<ThemePreview />}
|
preview={<ThemePreview />}
|
||||||
previewToolbarURLs={urlOptions}
|
previewToolbarURLs={urlOptions}
|
||||||
|
|
Loading…
Add table
Reference in a new issue