Explorar el Código

Error text update: 'A relevant problem does not contain an updated HPI/Subjective'

Vijayakrishnan hace 3 años
padre
commit
2e6c04850a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/note/sign-confirmation.blade.php

+ 1 - 1
resources/views/app/patient/note/sign-confirmation.blade.php

@@ -163,7 +163,7 @@
 
             let blockSigningMarker = $('.relevant-without-review-critical[data-target-segment]').first();
             if(blockSigningMarker.length) {
-                toastr.error('A relevant problem does not contain an updated HPI/Subjective');
+                toastr.error('A relevant problem does not contain an updated HPI/Subjective.');
                 closeStagPopup(true);
                 $('.note-tree-node [data-segment-internal-name="' + blockSigningMarker.attr('data-target-segment') + '"]').trigger('click');
                 return false;