Преглед на файлове

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

Vijayakrishnan преди 3 години
родител
ревизия
2e6c04850a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;