Use 'Sign In' / 'Sign Out' universally
Rather than a mix of 'sign in/out' and 'log in/out'
This commit is contained in:
parent
66ef1e8156
commit
d5af2d2c52
5 changed files with 7 additions and 7 deletions
|
@ -104,7 +104,7 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
|
|||
placeholder="Password" />
|
||||
<br />
|
||||
{forgotPasswordJsx}
|
||||
<input className="mx_Login_submit" type="submit" value="Log in" />
|
||||
<input className="mx_Login_submit" type="submit" value="Sign in" />
|
||||
</form>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue