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
|
@ -667,8 +667,8 @@ module.exports = React.createClass({
|
|||
cli.on('Session.logged_out', function(call) {
|
||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Logged Out",
|
||||
description: "For security, this session has been logged out. Please log in again."
|
||||
title: "Signed Out",
|
||||
description: "For security, this session has been signed out. Please sign in again."
|
||||
});
|
||||
dis.dispatch({
|
||||
action: 'logout'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue