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