From f5d862ad350d41c59988b689c76c505bc77dbd6a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 17 May 2022 14:57:18 +0000 Subject: [PATCH] LP#1929749: tweak label of template save button The template may or may not actually be a new one, so just label it 'Save Template' Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html index ebf7d2f1a7..8265892fde 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html @@ -29,7 +29,7 @@
+ (click)="saveTemplate()" i18n>Save Template -- 2.11.0