Browse Source

Visit UI - interventions - text updates

Vijayakrishnan 3 years ago
parent
commit
ef2e4f16f1

+ 1 - 1
resources/views/app/patient/segment-templates/intake_interventions/edit.blade.php

@@ -111,7 +111,7 @@ $interventions = Point::getIntakePointsOfCategory($patient, 'INTERVENTION', $not
             <p class="mb-2"><b>Add Intervention (on intake)</b></p>
             <p class="mb-2"><b>Add Intervention (on intake)</b></p>
 
 
             <div class="mb-2">
             <div class="mb-2">
-                <label class="text-sm text-secondary mb-1">Name</label>
+                <label class="text-sm text-secondary mb-1">Category</label>
                 <select type="text" data-name="category" class="form-control form-control-sm">
                 <select type="text" data-name="category" class="form-control form-control-sm">
                     <option value="">-- select --</option>
                     <option value="">-- select --</option>
                     <option value="Self-Monitoring">Self-Monitoring</option>
                     <option value="Self-Monitoring">Self-Monitoring</option>

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

@@ -15,7 +15,7 @@ foreach($interventions as $intervention) {
 }
 }
 ?>
 ?>
 
 
-<?php if (!count($interventions)): ?>
+<?php if (!count($grouped)): ?>
     <div class="text-secondary">No interventions</div>
     <div class="text-secondary">No interventions</div>
 <?php else: ?>
 <?php else: ?>
     <?php foreach($grouped as $k => $group): ?>
     <?php foreach($grouped as $k => $group): ?>