From 301423579bade3ba46a842f48d7725efd7f9365e 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 --- .../eg2/src/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.11.0