Add voice labels for quick add room buttons
See https://github.com/vector-im/riot-web/issues/9747
This commit is contained in:
parent
907c7ed119
commit
c2c55e06e6
3 changed files with 10 additions and 2 deletions
|
@ -750,6 +750,7 @@ module.exports = React.createClass({
|
|||
order: "recent",
|
||||
incomingCall: incomingCallIfTaggedAs('im.vector.fake.direct'),
|
||||
onAddRoom: () => {dis.dispatch({action: 'view_create_chat'})},
|
||||
addRoomLabel: _t("Start chat"),
|
||||
},
|
||||
{
|
||||
list: this.state.lists['im.vector.fake.recent'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue