[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 55fa11c493825f6a355844357971369358986f33

Evergreen Git git at git.evergreen-ils.org
Thu Mar 5 11:08:42 EST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_4 has been updated
       via  55fa11c493825f6a355844357971369358986f33 (commit)
      from  01514c370320a6ad3213816d63577aed24e49f3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55fa11c493825f6a355844357971369358986f33
Author: Sam Link <slink at gchrl.org>
Date:   Wed Mar 4 12:14:42 2020 -0500

    LP1865951: Fixes to consistency in two files, creating uniform capitalization and use of ellipses
    
    Signed-off-by: Sam Link <slink at gchrl.org>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

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 @@
 
         <div class="row">
           <div class="col-lg-2 offset-lg-4 pl-0">
-            <button type="submit" class="btn btn-outline-dark" i18n>Sign in</button>
+            <button type="submit" class="btn btn-outline-dark" i18n>Sign In</button>
           </div>
           <div class="col-lg-4" *ngIf="loginFailed">
             <div class="badge badge-warning p-2" i18n>Login Failed</div>
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"/>
       </div>
 
@@ -35,7 +35,7 @@
           (keyup.enter)="login()"
           autocomplete="current-password"
           i18n-placeholder
-          placeholder="Password..." 
+          placeholder="Password" 
           [(ngModel)]="password"/>
       </div>
 
@@ -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">

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/login.component.html                 | 2 +-
 .../src/eg2/src/app/staff/share/op-change/op-change.component.html  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list