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:
Ondrej Ezr 2024-08-19 12:29:09 +02:00 committed by Klara Simickova
parent 58ea64162a
commit 39a5e93c4a
2 changed files with 10 additions and 3 deletions

View file

@ -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"