Explorar el Código

HUE-3551 [core] Remove dashboard from the signin message

Enrico Berti hace 9 años
padre
commit
a5070bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/login.mako

+ 1 - 1
desktop/core/src/desktop/templates/login.mako

@@ -44,7 +44,7 @@ ${ commonheader(_("Welcome to Hue"), "login", user, "50px", True, True) | n,unic
         %if first_login_ever:
           <h2>${_('Create your Hue account')}</h2>
         %else:
-          <h2>${_('Sign in to continue to your dashboard')}</h2>
+          <h2>${_('Please sign in to continue')}</h2>
         %endif
       </div>