浏览代码

Minor text fix

Vijayakrishnan 4 年之前
父节点
当前提交
69e709cd60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/partials/appointments.blade.php

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

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