]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Mark text with the i18n attribute
authorVolker Theile <vtheile@suse.com>
Thu, 1 Feb 2018 10:10:00 +0000 (11:10 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:04 +0000 (13:07 +0000)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.html

index f45415033e8acc10a74fa27abd80183e438bcbff..96554e0b55a327db10692e6c634b0c3ab8349302 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 translate>Welcome to ceph!</h1>
+      <h1 i18n="The welcome message on the login page">Welcome to ceph!</h1>
       <form name="loginForm"
             (ngSubmit)="login()"
             #loginForm="ngForm"
@@ -49,7 +49,7 @@
                  type="checkbox"
                  [(ngModel)]="model.stay_signed_in">
           <label for="stay_signed_in"
-                 translate>
+                 i18n="A checkbox on the login page to do not expire session on browser close">
             Keep me logged in
           </label>
         </div>