change "Log In" to "Sign In"

because
http://www.designcult.org/2011/08/why-do-we-call-in-logging-in.html
This commit is contained in:
Jeff Atwood
2014-04-30 01:10:26 -07:00
parent 85e7033410
commit f13e9e58e8
5 changed files with 7 additions and 7 deletions

View File

@ -96,7 +96,7 @@ page.runTests = function(){
});
test("expect a log in button", function(){
return $('.current-username .btn').text() === 'Log In';
return $('.current-username .btn').text() === 'Sign In';
});
navigate("navigate to first topic", function(){