Przeglądaj źródła

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2 into dev-josh

= 4 lat temu
rodzic
commit
a8b5532367

+ 1 - 1
resources/views/app/patient/partials/mcp-queue.blade.php

@@ -59,7 +59,7 @@
                 <div class="font-weight-bold small text-nowrap text-ellipsis text-secondary">@{{ item.name }}</div>
             </div>
             <button class="btn btn-sm btn-primary mt-1 text-white font-weight-bold py-0 mx-auto d-block"
-                    v-on:click.prevent="claim(item.clientUid)">Claim</button>
+                    v-on:click.prevent="claim(item.clientUid)">Open</button>
         </div>
     </div>
 </div>