Skip to content

Commit

Permalink
LP#2091111 SMS Carrier mislabeled in Modify Holds Dialog
Browse files Browse the repository at this point in the history
Text/SMS Carrier is mislabeled as Text/SMS Number in the Modify Hold's dialog box of the bib record.

[1] Set "Enable features that send SMS text messages" in the library settings to true.
[2] Place a hold on a title.
[3] Open the title's View Holds tab.  Select the hold and select Modify Hold(s) from the options menu to see the typo
[4] View the label again to after the patch is applied.

Release-Note: Fix Text/SMS Carrier label type in the Modify Hold's dialog box.

Signed-off-by: Garry Collum <[email protected]>
Signed-off-by: Mary Llewellyn <[email protected]>
Signed-off-by: Terran McCanna <[email protected]>
  • Loading branch information
gcollum authored and tmccanna committed Jan 30, 2025
1 parent b1afb29 commit 8b799f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
</div>
</div>
<div class="flex-1">
<label class="form-label" for="sms_carrier" i18n>Text/SMS Number:</label>
<label class="form-label" for="sms_carrier" i18n>Text/SMS Carrier:</label>
</div>
</div>
<div class="col-lg-4">
Expand Down

0 comments on commit 8b799f0

Please sign in to comment.