From 3cb1ed0d7111a3b7461d64b7e290981acb64a715 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 20 Apr 2018 17:48:11 -0400 Subject: [PATCH] LP#1626157 minor tidying Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html | 6 +++--- .../admin/workstation/workstations/workstations.component.html | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html index ab1bdfb4cb..f3e7dadc53 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html @@ -118,9 +118,9 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html b/Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html index af13288109..a2358d25bf 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html @@ -28,7 +28,8 @@ (onChange)="orgOnChange($event)" [hideOrgs]="hideOrgs" [disableOrgs]="disableOrgs" - placeholder="Owner" > + i18n-placeholder + placeholder="Owner..." >
@@ -38,7 +39,7 @@ i18n-title title="Workstation Name" i18n-placeholder - placeholder="Workstation Name" + placeholder="Workstation Name..." [(ngModel)]='newName'/>