Pārlūkot izejas kodu

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

Enrico Berti 9 gadi atpakaļ
vecāks
revīzija
a5070bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>