Blueprints: Update Delete blueprint modal copy
This updates the copy on `Delete blueprint` modal as per recent SPUR.
This commit is contained in:
parent
e1a7725af4
commit
0fc1b54833
1 changed files with 2 additions and 2 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue