Blueprints: change diff modal button label
For the diff modal, we want to change the button label. In this context Synchronize images is more appropriate label.
This commit is contained in:
parent
58ea64162a
commit
39a5e93c4a
2 changed files with 10 additions and 3 deletions
|
|
@ -46,7 +46,9 @@ const BlueprintDiffModal = ({
|
|||
onClose={onClose}
|
||||
title={`Compare ${blueprintName || ''} versions`}
|
||||
actions={[
|
||||
<BuildImagesButton key="build-button" />,
|
||||
<BuildImagesButton key="build-button">
|
||||
Synchronize images
|
||||
</BuildImagesButton>,
|
||||
<Button
|
||||
key="cancel-button"
|
||||
variant="link"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue