diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js
index 47d316e966..30d2a9ef5f 100644
--- a/src/components/structures/MatrixChat.js
+++ b/src/components/structures/MatrixChat.js
@@ -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'
diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js
index 6836987823..58c8815492 100644
--- a/src/components/structures/UserSettings.js
+++ b/src/components/structures/UserSettings.js
@@ -560,7 +560,7 @@ module.exports = React.createClass({
- Log out
+ Sign out
{accountJsx}
diff --git a/src/components/structures/login/ForgotPassword.js b/src/components/structures/login/ForgotPassword.js
index feb4ee96b1..905936b8f6 100644
--- a/src/components/structures/login/ForgotPassword.js
+++ b/src/components/structures/login/ForgotPassword.js
@@ -147,7 +147,7 @@ module.exports = React.createClass({
Your password has been reset.
You have been logged out of all devices and will no longer receive push notifications.
- To re-enable notifications, re-log in on each device.
+ To re-enable notifications, sign in again on each device.
@@ -188,7 +188,7 @@ module.exports = React.createClass({
onIsUrlChanged={this.onIsUrlChanged}
delayTimeMs={0}/>
-
+
Return to login
diff --git a/src/components/views/login/CustomServerDialog.js b/src/components/views/login/CustomServerDialog.js
index 92b6c54ac1..e6450adef1 100644
--- a/src/components/views/login/CustomServerDialog.js
+++ b/src/components/views/login/CustomServerDialog.js
@@ -27,7 +27,7 @@ module.exports = React.createClass({
- You can use the custom server options to log into other Matrix
+ You can use the custom server options to sign into other Matrix
servers by specifying a different Home server URL.
This allows you to use this app with an existing Matrix account on
diff --git a/src/components/views/login/PasswordLogin.js b/src/components/views/login/PasswordLogin.js
index 1a40ddde6b..576745886a 100644
--- a/src/components/views/login/PasswordLogin.js
+++ b/src/components/views/login/PasswordLogin.js
@@ -104,7 +104,7 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
placeholder="Password" />
{forgotPasswordJsx}
-
+
);