Blueprints: Update Delete blueprint modal copy

This updates the copy on `Delete blueprint` modal as per recent SPUR.
This commit is contained in:
regexowl 2024-04-02 17:07:13 +02:00 committed by Lucas Garfield
parent e1a7725af4
commit 0fc1b54833

View file

@ -69,8 +69,8 @@ export const DeleteBlueprintModal: React.FunctionComponent<
titleIconVariant="warning"
isOpen={isOpen}
onClose={onDeleteClose}
title={`Permanently delete ${blueprintName}?`}
description={'All versions will be lost.'}
title={'Delete blueprint?'}
description={`All versions of ${blueprintName} and its associated images will be deleted.`}
>
<ActionGroup>
<Button variant="danger" type="button" onClick={handleDelete}>