]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Fixed capitalization on login page
authorLenz Grimmer <lgrimmer@suse.com>
Wed, 21 Feb 2018 10:52:07 +0000 (11:52 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:12 +0000 (13:07 +0000)
Changed "ceph" to "Ceph" in the welcome message.

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.html

index a535cd9fde42b4bfe9fbca9612d7f9f1da8dedea..e0b33c893d68d152a07d15cbe7730f20d16fa3bb 100644 (file)
@@ -6,7 +6,7 @@
            class="pull-right">
     </div>
     <div class="col-xs-10 col-sm-4 col-lg-3 col-xs-offset-1 col-sm-offset-0 col-md-offset-0 col-lg-offset-0">
-      <h1 i18n="The welcome message on the login page">Welcome to ceph!</h1>
+      <h1 i18n="The welcome message on the login page">Welcome to Ceph!</h1>
       <form name="loginForm"
             (ngSubmit)="login()"
             #loginForm="ngForm"