fix button text kind of
This commit is contained in:
parent
83c7e1b78b
commit
8b114f5558
2 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ class="w-auto"
|
|||
}
|
||||
"
|
||||
>
|
||||
<span x-text="disableTwoStepConfirmation ? 'Permanently Delete' : step2ButtonText"></span>
|
||||
<span x-text="disableTwoStepConfirmation ? step2ButtonText : 'Permanently Delete'"></span>
|
||||
</x-forms.button>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<x-modal-confirmation title="Confirm Server Deletion?" isErrorButton buttonTitle="Delete"
|
||||
submitAction="delete" :actions="['This server will be permanently deleted.']" confirmationText="{{ $server->name }}"
|
||||
confirmationLabel="Please confirm the execution of the actions by entering the Server Name below"
|
||||
shortConfirmationLabel="Server Name" step2ButtonText="Continue" step3ButtonText="Permanently Delete" />
|
||||
shortConfirmationLabel="Server Name" step3ButtonText="Permanently Delete" />
|
||||
@endif
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue