diff --git a/resources/views/livewire/project/shared/storages/show.blade.php b/resources/views/livewire/project/shared/storages/show.blade.php index a50a78877..3a5733701 100644 --- a/resources/views/livewire/project/shared/storages/show.blade.php +++ b/resources/views/livewire/project/shared/storages/show.blade.php @@ -2,11 +2,13 @@
@if ($isReadOnly) @if ($isFirst) - - + + @else - + @endif @@ -25,7 +27,8 @@ Update - This storage will be deleted {{ $storage->name }}. It + This storage will be deleted {{ $storage->name }}. + It is not reversible.
Please think again.