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:
parent
949df42000
commit
207651e2b0
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ const DesignModal: React.FC = () => {
|
|||
|
||||
return <PreviewModalContent
|
||||
buttonsDisabled={saveState === 'saving'}
|
||||
cancelLabel='Close'
|
||||
okLabel='Save'
|
||||
preview={<ThemePreview />}
|
||||
previewToolbarURLs={urlOptions}
|
||||
|
|
Loading…
Add table
Reference in a new issue