mgr/dashboard_v2: Fixed capitalization on login page

Changed "ceph" to "Ceph" in the welcome message.

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
This commit is contained in:
Lenz Grimmer 2018-02-21 11:52:07 +01:00 committed by Ricardo Dias
parent b185e63671
commit 434cf2f289
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68

View 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"