Selaa lähdekoodia

fixed plan behavior

= 3 vuotta sitten
vanhempi
commit
e5e39e0475

+ 1 - 1
resources/views/app/patient/segment-templates/plan_behavior/summary.blade.php

@@ -28,7 +28,7 @@ $points = [
     </div>
     <?php if(!!$plan): ?>
     <div class="pl-3 mt-1 d-flex align-items-baseline">
-        <span class="text-secondary font-weight-bold mr-2">Subjective:</span>
+        <span class="text-secondary font-weight-bold mr-2">Plan:</span>
         <div class="inline-html-container">
             <?php $plan = $plan->data; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $p['category'] . '/view-plan.php')); ?>