From: Jane Sandberg Date: Wed, 17 Jul 2019 21:24:49 +0000 (-0700) Subject: LP1836962: correcting comments in the Angular client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8b8c46305795b2ee58d7ed20cc42c85d3580558e;p=working%2FEvergreen.git LP1836962: correcting comments in the Angular client Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/delete-volcopy-dialog.component.ts b/Open-ILS/src/eg2/src/app/staff/share/holdings/delete-volcopy-dialog.component.ts index dc86d9b437..ad0e673e5a 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/delete-volcopy-dialog.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/delete-volcopy-dialog.component.ts @@ -12,7 +12,7 @@ import {StringComponent} from '@eg/share/string/string.component'; /** - * Dialog for marking items missing. + * Dialog that confirms, then deletes items and call numbers */ @Component({ diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/replace-barcode-dialog.component.ts b/Open-ILS/src/eg2/src/app/staff/share/holdings/replace-barcode-dialog.component.ts index 2b85d38931..707203469b 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/replace-barcode-dialog.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/replace-barcode-dialog.component.ts @@ -13,7 +13,7 @@ import {StringComponent} from '@eg/share/string/string.component'; /** - * Dialog for marking items missing. + * Dialog for changing an item's barcode */ @Component({