소스 검색

RPM manager - text update

Vijayakrishnan 2 년 전
부모
커밋
bf96c95465
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/practice-management/rpm-manager/index.blade.php

+ 1 - 1
resources/views/app/practice-management/rpm-manager/index.blade.php

@@ -247,7 +247,7 @@
                                                 }
                                                 elseif($daysRemaining > 16 - $iPatient->number_of_days_with_remote_measurements) {
                                                     $icon = '<i class="ml-1 fa fa-bolt text-primary"></i>';
-                                                    $label = 'Possible. Ensure ' . (16 - $iPatient->number_of_days_with_remote_measurements) . ' days with measurements before the end of the month.';
+                                                    $label = 'Possible. Ensure ' . (16 - $iPatient->number_of_days_with_remote_measurements) . ' more days with measurements before the end of the month.';
                                                 }
                                                 elseif($daysRemaining === 16 - $iPatient->number_of_days_with_remote_measurements) {
                                                     $icon = '<i class="ml-1 fa fa-exclamation-triangle text-danger"></i>';