瀏覽代碼

Minor text fix

Vijayakrishnan 2 年之前
父節點
當前提交
ec79614348
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/layouts/patient-header.blade.php

+ 1 - 1
resources/views/layouts/patient-header.blade.php

@@ -634,7 +634,7 @@ $addressParts .= implode(", ", $addressPart2);
     @if($missingDefaultMCPCPAndLocation)
         <div class="mx-2 mb-2 alert alert-warning p-2 mcp-theme-1 d-flex align-items-baseline rounded-0 border-warning">
             <i class="fa fa-exclamation-triangle"></i>
-            <span class="ml-2 font-weight-bold">This patient is missing the default MCP company pro and or location!</span>
+            <span class="ml-2 font-weight-bold">This patient is missing the default MCP company pro and/or location!</span>
             <a href="{{route('patients.view.settings', ['patient' => $patient])}}" class="ml-2 font-weight-bold">Settings</a>
         </div>
     @endif