From b247c8a87f9785a14cb2adf1036abef822e8ae94 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 13 Sep 2016 19:08:43 +0100 Subject: [PATCH] rename 'start chat' tooltip --- src/components/structures/BottomLeftMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/BottomLeftMenu.js b/src/components/structures/BottomLeftMenu.js index 0ea35b4ecb..8ff2e49238 100644 --- a/src/components/structures/BottomLeftMenu.js +++ b/src/components/structures/BottomLeftMenu.js @@ -103,7 +103,7 @@ module.exports = React.createClass({
- { this.getLabel("Start chat", this.state.peopleHover) } + { this.getLabel("Chat to someone", this.state.peopleHover) }