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

RPM manager - minor tooltip update

Vijayakrishnan преди 2 години
родител
ревизия
33de7838f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'),