Explorar el Código

[ui] Fix typo on first login screen

bc Wong hace 14 años
padre
commit
f39bc91447
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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="span10 offset3">
 				<div class="alert-message block-message warning">
 				<div class="alert-message block-message warning">
 					<p>Since this is your first time logging in,
 					<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>
 			</div>
 		</div>
 		</div>