fix(ui): correct typo in Storage delete dialog (#5061)
This commit is contained in:
parent
5528212b41
commit
eaaba83ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
'If the storage location is in use by any backup jobs those backup jobs will only store the backup locally on the server.',
|
'If the storage location is in use by any backup jobs those backup jobs will only store the backup locally on the server.',
|
||||||
]" confirmationText="{{ $storage->name }}"
|
]" confirmationText="{{ $storage->name }}"
|
||||||
confirmationLabel="Please confirm the execution of the actions by entering the Storage Name below"
|
confirmationLabel="Please confirm the execution of the actions by entering the Storage Name below"
|
||||||
shortConfirmationLabel="Storage Name" :confirmWithPassword="false" step2ButtonText="Permanently Delet" />
|
shortConfirmationLabel="Storage Name" :confirmWithPassword="false" step2ButtonText="Permanently Delete" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<x-forms.input label="Name" id="storage.name" />
|
<x-forms.input label="Name" id="storage.name" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue