@@ -85,9 +85,9 @@ export default class RoomHeader extends React.Component {
|
|||||||
|
|
||||||
_displayInfoDialogAboutScreensharing() {
|
_displayInfoDialogAboutScreensharing() {
|
||||||
Modal.createDialog(InfoDialog, {
|
Modal.createDialog(InfoDialog, {
|
||||||
title: _t("Screensharing has changed"),
|
title: _t("Screen sharing is here!"),
|
||||||
description: _t("You don't have to shift-click anymore! You can now share " +
|
description: _t("You can now share your screen by pressing the \"screen share\" " +
|
||||||
"your screen in any video call and in voice calls if other side supports it."),
|
"button during a call. You can even do this in audio calls if both sides support it!"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user