Explorar o código

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

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
a5070bd
Modificáronse 1 ficheiros con 1 adicións e 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>