浏览代码

[ui] Fix typo on first login screen

bc Wong 13 年之前
父节点
当前提交
f39bc91447
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      desktop/core/src/desktop/templates/login.mako

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

@@ -99,8 +99,8 @@
 			<div class="span10 offset3">
 				<div class="alert-message block-message warning">
 					<p>Since this is your first time logging in,
-				    please pick any username and password. Be sure to remember these, as <strong>	hey
-					    will become your superuser account for Hue</strong>.</p>
+				    please pick any username and password. Be sure to remember these, as
+				    <strong>they will become your superuser credentials for Hue</strong>.</p>
 				</div>
 			</div>
 		</div>