Skip to content

Commit bd2e1ad

Browse files
committed
refactor: Fix typo in execute-container-command.blade.php
1 parent 1a8d153 commit bd2e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/shared/execute-container-command.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<x-forms.button type="submit">Connect</x-forms.button>
3333
</form>
3434
@else
35-
<div class="pt-4">No containers are not running.</div>
35+
<div class="pt-4">No containers are running.</div>
3636
@endif
3737
</div>
3838
</div>

0 commit comments

Comments
 (0)