From 2462b31f3bcdf4e593de335cf99c739d27a28b6a Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Mon, 8 Jan 2024 16:25:12 +0100 Subject: [PATCH] typo fix --- resources/views/livewire/sites/update-v-host.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/sites/update-v-host.blade.php b/resources/views/livewire/sites/update-v-host.blade.php index 02eea2c..b3aa609 100644 --- a/resources/views/livewire/sites/update-v-host.blade.php +++ b/resources/views/livewire/sites/update-v-host.blade.php @@ -1,7 +1,7 @@ {{ __('Update VHost') }} - {{ __("You can change your site's PHP version here") }} + {{ __("You can change your site's VHost configuration") }}