浏览代码

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

Enrico Berti 9 年之前
父节点
当前提交
a5070bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>