diff --git a/resources/views/livewire/project/application/previews.blade.php b/resources/views/livewire/project/application/previews.blade.php index e15aa7816..efd281a77 100644 --- a/resources/views/livewire/project/application/previews.blade.php +++ b/resources/views/livewire/project/application/previews.blade.php @@ -152,8 +152,17 @@ @endif @if (data_get($preview, 'status') !== 'exited') - + Stop - This will stop the preview deployment.
Please think again.
@endif - - This will delete the preview deployment.
Please think again. -
- + @endforeach diff --git a/resources/views/livewire/project/database/heading.blade.php b/resources/views/livewire/project/database/heading.blade.php index 594bc12d3..a9e208856 100644 --- a/resources/views/livewire/project/database/heading.blade.php +++ b/resources/views/livewire/project/database/heading.blade.php @@ -33,7 +33,7 @@ title="Confirm Database Restart?" buttonTitle="Restart" submitAction="restart" - :actions="['This database will be restarted.', 'If the database is currently in active use data could be lost.']" + :actions="['This database will be restarted.', 'If the database is currently in use data could be lost.']" :confirmWithText="false" :confirmWithPassword="false" step2ButtonText="Restart Database" diff --git a/resources/views/livewire/project/database/init-script.blade.php b/resources/views/livewire/project/database/init-script.blade.php index e72b13fa9..fc1f88196 100644 --- a/resources/views/livewire/project/database/init-script.blade.php +++ b/resources/views/livewire/project/database/init-script.blade.php @@ -9,7 +9,7 @@ submitAction="delete" :actions="[ 'The init-script of this database will be permanently deleted.', - 'If you are actively using this init-script, it could cause errors on redeployments.' + 'If you are actively using this init-script, it could cause errors on redeployment.' ]" confirmationText="{{ $filename }}" confirmationLabel="Please confirm the execution of the actions by entering the init-script name below"