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=c43ac44b3f299ffb73868076e5244e3256d95123;p=contrib%2FConifer.git LP1836962: correcting comments in the Angular client Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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 e50f5c19e0..579f87d619 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 @@ -10,7 +10,7 @@ import {StringComponent} from '@eg/share/string/string.component'; /** - * Dialog for marking items missing. + * Dialog for changing an item's barcode */ @Component({