You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Use 'Sign In' / 'Sign Out' universally
Rather than a mix of 'sign in/out' and 'log in/out'
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user