mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 23:41:04 +08:00
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:
@ -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(){
|
||||
|
Reference in New Issue
Block a user