Переглянути джерело

RPM manager - text update

Vijayakrishnan 2 роки тому
батько
коміт
bf96c95465

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