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

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>';