diff --git a/src/Http/Controllers/SetupController.php b/src/Http/Controllers/SetupController.php index b44dac6c..2ac4f043 100644 --- a/src/Http/Controllers/SetupController.php +++ b/src/Http/Controllers/SetupController.php @@ -65,6 +65,8 @@ class SetupController extends Controller // Remove region name and add a sample time $timezones[$name][$timezone] = substr($timezone, strlen($name) + 1).' - '.$time->format('H:i').$ampm; + + $timezones[$name] = str_replace('_', ' ', $timezones[$name]); } }