Explorar el Código

Minor text fix

Vijayakrishnan hace 4 años
padre
commit
279c4f4a69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/tickets/header-end.blade.php

+ 1 - 1
resources/views/app/patient/tickets/header-end.blade.php

@@ -2,7 +2,7 @@
     <a v-if="<?=$category?>PopupItem.is_open" href="#"
        class="btn btn-sm btn-default border bg-white text-dark text-nowrap shadow-none"
        v-on:click.prevent="closeItem(<?=$category?>PopupItem)">
-        <i class="fa fa-check text-success mr-2"></i>Close
+        <i class="fa fa-check text-success mr-2"></i>Mark Complete
     </a>
     <a v-if="!<?=$category?>PopupItem.is_open" href="#"
        class="btn btn-sm btn-success text-nowrap text-white shadow-none"