Improve wording
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
1d3bf91e83
commit
6cd76086a7
|
@ -85,9 +85,9 @@ export default class RoomHeader extends React.Component {
|
|||
|
||||
_displayInfoDialogAboutScreensharing() {
|
||||
Modal.createDialog(InfoDialog, {
|
||||
title: _t("Screensharing has changed"),
|
||||
description: _t("You don't have to shift-click anymore! You can now share " +
|
||||
"your screen in any video call and in voice calls if other side supports it."),
|
||||
title: _t("Screen sharing is here!"),
|
||||
description: _t("You can now share your screen by pressing the \"screen share\" " +
|
||||
"button during a call. You can even do this in audio calls if both sides support it!"),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue