Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIMS-1009: Remove the word 'remote' from 'responsive remote' #671

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/js/templates/shipment/shipment.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1 data-testid="shipment-header">Shipment: <span class="SHIPPINGNAME"><%-SHIPPI
</li>

<li>
<span class="label">Responsive Remote</span>
<span class="label">Responsive</span>
<span class="DYNAMIC"><%-DYNAMIC %></span>
</li>

Expand Down
6 changes: 3 additions & 3 deletions client/src/js/templates/shipment/shipmentadd.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ <h1>Add New Shipment</h1>
<li>
<!-- Small tweaks to the styling here using tailwind flexbox -->
<label>First Experiment / Scheduling
<span class="small">Select first experiment or if it's for an automated or responsive remote mail-in session</span>
<span class="small">Select first experiment or if it's for an automated or responsive session</span>
</label>
<div class="tw-flex">
<select class="tw-h-6 tw-mr-2" name="FIRSTEXPERIMENTID" data-testid="add-shipment-experiment"></select>
<label class="secondary tw-mr-2">
<input type="checkbox" name="noexp" data-testid="add-shipment-automated"> Automated / Imager
<input type="checkbox" name="noexp" data-testid="add-shipment-automated"> UDC / Automated / Imager
</label>
<label class="secondary tw-mr-2">
<input type="checkbox" name="DYNAMIC" data-testid="add-shipment-dynamic"> Responsive Remote / Mail-in
<input type="checkbox" name="DYNAMIC" data-testid="add-shipment-dynamic"> Responsive / Mail-in
</label>
</div>
</li>
Expand Down
Loading