mirror of https://github.com/vector-im/riot-web
spell out email invites better
parent
1f96467145
commit
cc8b3d4ba4
|
@ -48,7 +48,7 @@ module.exports = React.createClass({
|
||||||
title: "Start a chat",
|
title: "Start a chat",
|
||||||
description: "Who would you like to communicate with?",
|
description: "Who would you like to communicate with?",
|
||||||
value: "",
|
value: "",
|
||||||
placeholder: "User ID, Name or email",
|
placeholder: "Email, name or matrix ID",
|
||||||
button: "Start Chat",
|
button: "Start Chat",
|
||||||
focus: true
|
focus: true
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue