瀏覽代碼

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