Browse Source

RPM manager - minor tooltip update

Vijayakrishnan 2 years ago
parent
commit
33de7838f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/practice-management/rpm-manager/row.blade.php

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

@@ -384,7 +384,7 @@
                         @endif
                         @if($showAddEntry > 0)
                             <i class="ml-1 fa fa-hourglass text-danger opacity-60 text-sm"></i>
-                            <div class="ml-1" title="Total expected billing by end of today: {{$expectation}}">
+                            <div class="ml-1" title="Total expected billing by end of today: {{$expectation}}m">
                                 @include('app.practice-management.rpm-manager.rpm_manager_care_month_add_entry_form', [
                                     'right' => true,
                                     'defaultDate' => date('Y-m-d'),