Vijayakrishnan před 4 roky
rodič
revize
69e709cd60

+ 1 - 1
resources/views/app/patient/partials/appointments.blade.php

@@ -32,7 +32,7 @@
                              {{ friendly_time($appointment->raw_start_time, false) }}
                         @endif
                         @if($appointment->timezone)
-                            &nbsp;<span class="text-secondary text-sm">({{ $appointment->timezone }})</span>
+                            &nbsp;<span class="text-secondary text-sm">({{ str_replace("_", " ", $appointment->timezone) }})</span>
                         @endif
                         &nbsp;/&nbsp;
                         {{--<span class="d-inline-block ml- 2 text-secondary">{{ $appointment->title }}</span>