فهرست منبع

Minor text fix

Vijayakrishnan 3 سال پیش
والد
کامیت
566693c2cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      resources/views/app/patient/segment-templates/intake_medications/summary.blade.php

+ 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; ?>