JBAS-1605 Claims returned dialog label adjustments
authorBill Erickson <berickxx@gmail.com>
Mon, 31 Oct 2016 19:31:29 +0000 (15:31 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Change "Use Default Date" to "Use Due Date".

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/xul/staff_client/chrome/content/util/timestamp.js

index 1acd835..408f94b 100644 (file)
@@ -55,7 +55,7 @@ function timestamp_init() {
             var newRadio1 = document.createElement("radio");
             var newRadio2 = document.createElement("radio");
             newGroup.appendChild(newRadio1);
-            newRadio1.setAttribute('label', "Use Default Date");
+            newRadio1.setAttribute('label', "Use Due Date");
             newRadio1.setAttribute('id', 'newRadio1');
             newGroup.appendChild(newRadio2);
             newRadio2.setAttribute('label', "Enter a claimed return date");