Vijayakrishnan 4 жил өмнө
parent
commit
3fe74dff45

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