Vijayakrishnan 4 سال پیش
والد
کامیت
3e0822d847
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      resources/views/app/patient/shipments.blade.php

+ 3 - 3
resources/views/app/patient/shipments.blade.php

@@ -69,9 +69,9 @@
             </div>--}}
                 <div class="alert alert-info px-3 rounded-0">
                     There {{ count($patient->readyToShipSupplyOrders) === 1 ? 'is' : 'are' }}
-                    <b>{{ count($patient->readyToShipSupplyOrders) }}</b> ready-to-ship
+                    <b>{{ count($patient->readyToShipSupplyOrders) }}</b>
                     supply order{{ count($patient->readyToShipSupplyOrders) === 1 ? '' : 's' }}
-                    for this patient
+                    cleared for shipment
                 </div>
             @endif
             <table class="table table-sm table-bordered mb-0 mb-3">
@@ -148,7 +148,7 @@
 
                     @if($patient->readyToShipSupplyOrders && count($patient->readyToShipSupplyOrders))
                         <div class="mb-4">
-                            <label class="mb-2 font-weight-bold text-secondary">Ready to Ship Supply Orders</label>
+                            <label class="mb-2 font-weight-bold text-secondary">Supply orders cleared for shipment</label>
                             <table class="table table-sm table-striped table-bordered mb-0 bg-white">
                                 <thead>
                                 <tr class="">