瀏覽代碼

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;