Prechádzať zdrojové kódy

Nutrition segments - text update in water intake

Vijayakrishnan 3 rokov pred
rodič
commit
e134864456

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/WATER_INTAKE/edit-review.php

@@ -55,7 +55,7 @@ if (@$point) {
                 </div>
                 </div>
             <?php endif; ?>
             <?php endif; ?>
 
 
-            <p class="mb-2"><b>Current Intake</b></p>
+            <p class="mb-2"><b>Current Intake (ounces per day)</b></p>
 
 
             <div class="mb-2">
             <div class="mb-2">
                 <div note-rte
                 <div note-rte
@@ -84,7 +84,7 @@ if (@$point) {
                 </div>
                 </div>
             <?php endif; ?>
             <?php endif; ?>
 
 
-            <p class="mb-2"><b>Current Intake</b></p>
+            <p class="mb-2"><b>Current Intake (ounces per day)</b></p>
 
 
             <div class="mb-2">
             <div class="mb-2">
                 <div note-rte
                 <div note-rte

+ 1 - 1
resources/views/app/patient/segment-templates/_child_review/WATER_INTAKE/last-review.php

@@ -1,4 +1,4 @@
-<div class="mb-1 font-weight-bold text-secondary">Current Intake</div>
+<div class="mb-1 font-weight-bold text-secondary">Current Intake (ounces per day)</div>
 <?php if ($point->lastChildReview): ?>
 <?php if ($point->lastChildReview): ?>
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
     <div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">