[open-ils-commits] [GIT] Evergreen ILS branch master updated. f60f0562450569c2e46b1187392dbfede35faf79

Evergreen Git git at git.evergreen-ils.org
Thu Mar 5 11:09:55 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, master has been updated
       via  f60f0562450569c2e46b1187392dbfede35faf79 (commit)
      from  88e62dcb798874f75ce1d0a9146189d9f11e79fa (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 f60f0562450569c2e46b1187392dbfede35faf79
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