Преглед изворни кода

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'),