Browse Source

Notes list text update

Vijayakrishnan 3 years ago
parent
commit
863ad9e580
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/notes.blade.php

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

@@ -306,7 +306,7 @@
                                 <a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
                             @else
                                 <div moe relative>
-                                    <a start show>Clone Visit</a>
+                                    <a start show>Clone</a>
                                     <form url="/api/visit/clone" class="mcp-theme-1" right
                                           redir="/patients/view/{{$patient->uid}}/notes/view/[data]">
                                         <input type="hidden" name="visitToCloneUid" value="{{$note->uid}}">