From 0d65565229eea4f05513bd92d22fb27d22978b6b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 24 Sep 2020 14:45:34 -0400 Subject: [PATCH] LP1888723 Copy tag dialog placeholder fixes Change the placeholder for the tag label to read 'Enter tag label'. Modify the 'Select Tag Type' text to 'Select tag type' for consistent casing. Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- .../app/staff/share/holdings/copy-tags-dialog.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html index f1b53d81f9..1fd0e4124f 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html @@ -49,13 +49,13 @@
+ i18n-placeholder placeholder="Select tag type...">
+ i18n-placeholder placeholder="Enter tag label...">
-- 2.43.2