Ver Fonte

Minor text fix

Vijayakrishnan há 2 anos atrás
pai
commit
ec79614348
1 ficheiros alterados com 1 adições e 1 exclusões
  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