mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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:
parent
85e7033410
commit
f13e9e58e8
5 changed files with 7 additions and 7 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue