From: Sam Link Date: Wed, 4 Mar 2020 17:14:42 +0000 (-0500) Subject: LP1865951: Fixes to consistency in two files, creating uniform capitalization and... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f60f0562450569c2e46b1187392dbfede35faf79;p=working%2FEvergreen.git LP1865951: Fixes to consistency in two files, creating uniform capitalization and use of ellipses Signed-off-by: Sam Link Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/login.component.html b/Open-ILS/src/eg2/src/app/staff/login.component.html index 60bc630757..96036b563d 100644 --- a/Open-ILS/src/eg2/src/app/staff/login.component.html +++ b/Open-ILS/src/eg2/src/app/staff/login.component.html @@ -49,7 +49,7 @@
- +
Login Failed
diff --git a/Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.html b/Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.html index d472202999..dd78f6b780 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.html @@ -19,7 +19,7 @@ (keyup.enter)="login()" autocomplete="username" i18n-placeholder - placeholder="Username..." + placeholder="Username" [(ngModel)]="username"/>
@@ -35,7 +35,7 @@ (keyup.enter)="login()" autocomplete="current-password" i18n-placeholder - placeholder="Password..." + placeholder="Password" [(ngModel)]="password"/>
@@ -46,7 +46,7 @@ class="form-control col-lg-7" id="loginType" name="loginType" - placeholder="Login Type..." + placeholder="Login Type" i18n-placeholder required [(ngModel)]="loginType">