Merge pull request #4603 from matrix-org/t3chguy/add_room_tooltip
Label the create room button better than "Add room"
This commit is contained in:
commit
e7d37228f2
2 changed files with 2 additions and 0 deletions
|
@ -785,6 +785,7 @@ export default createReactClass({
|
||||||
label: _t('Rooms'),
|
label: _t('Rooms'),
|
||||||
incomingCall: incomingCallIfTaggedAs('im.vector.fake.recent'),
|
incomingCall: incomingCallIfTaggedAs('im.vector.fake.recent'),
|
||||||
onAddRoom: () => {dis.dispatch({action: 'view_create_room'});},
|
onAddRoom: () => {dis.dispatch({action: 'view_create_room'});},
|
||||||
|
addRoomLabel: _t("Create room"),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
const tagSubLists = Object.keys(this.state.lists)
|
const tagSubLists = Object.keys(this.state.lists)
|
||||||
|
|
|
@ -1113,6 +1113,7 @@
|
||||||
"Direct Messages": "Direct Messages",
|
"Direct Messages": "Direct Messages",
|
||||||
"Start chat": "Start chat",
|
"Start chat": "Start chat",
|
||||||
"Rooms": "Rooms",
|
"Rooms": "Rooms",
|
||||||
|
"Create room": "Create room",
|
||||||
"Low priority": "Low priority",
|
"Low priority": "Low priority",
|
||||||
"Historical": "Historical",
|
"Historical": "Historical",
|
||||||
"System Alerts": "System Alerts",
|
"System Alerts": "System Alerts",
|
||||||
|
|
Loading…
Reference in a new issue