Parcourir la source

Minor text fix

Vijayakrishnan il y a 3 ans
Parent
commit
566693c2cc

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

@@ -62,7 +62,7 @@ $numRelevant = 0;
     @if($numRelevant)
         <div class="d-flex align-items-baseline text-info mr-1 mt-3">
             <span class="text-sm mr-1"><i class="fa fa-star text-sm"></i></span>
-            <span class="text-sm">Medications to this note</span>
+            <span class="text-sm">Medications relevant to this note</span>
         </div>
     @endif
 <?php endif; ?>