refactor: Update confirmation button text for deletion actions
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
<x-modal-confirmation
|
||||
title="Confirm Environment Deletion?"
|
||||
buttonTitle="Delete Environment"
|
||||
isErrorButton
|
||||
submitAction="delete"
|
||||
:actions="['This will delete the selected environment.']"
|
||||
<x-modal-confirmation title="Confirm Environment Deletion?" buttonTitle="Delete Environment" isErrorButton
|
||||
submitAction="delete" :actions="['This will delete the selected environment.']"
|
||||
confirmationLabel="Please confirm the execution of the actions by entering the Environment Name below"
|
||||
shortConfirmationLabel="Environment Name"
|
||||
confirmationText="{{ $environmentName }}"
|
||||
:confirmWithPassword="false"
|
||||
step2ButtonText="Permanently Delete Environment"
|
||||
/>
|
||||
shortConfirmationLabel="Environment Name" confirmationText="{{ $environmentName }}" :confirmWithPassword="false"
|
||||
step2ButtonText="Permanently Delete" />
|
||||
|
||||
Reference in New Issue
Block a user