Skip to content

Commit

Permalink
LIMS-1489: Update message when trying to queue containers in uploaded…
Browse files Browse the repository at this point in the history
… shipments
  • Loading branch information
Mark Williams committed Oct 15, 2024
1 parent cc1261c commit bb07483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
><i class="fa fa-times" /> Unqueue</a>
</span>
<span v-else-if="shippingSafetyLevel === null">
Cannot queue container as shipment safety level not set
Cannot queue container until shipment safety level is set
</span>
<span v-else-if="shippingSafetyLevel != 'Green'">
Cannot queue containers in {{ shippingSafetyLevel }} shipments
Expand Down

0 comments on commit bb07483

Please sign in to comment.