소스 검색

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

Vijayakrishnan 3 년 전
부모
커밋
6b5e97b08a
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('Need at least 1 relevant problem with associated HPI before the note can be signed.');
+                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;