Ver código fonte

Notes list text change

Vijayakrishnan 4 anos atrás
pai
commit
3fe74dff45
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/app/patient/notes.blade.php

+ 1 - 1
resources/views/app/patient/notes.blade.php

@@ -81,7 +81,7 @@
                 </td>
                 <td class="px-2">
                     <div class="d-flex align-items-center">
-                        <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Edit</a>
+                        <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Open</a>
                         <span class="px-2 text-secondary">|</span>
                         <a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
                     </div>