Improve wording

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-04 08:23:32 +02:00
parent 1d3bf91e83
commit 6cd76086a7
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 3 deletions

View File

@ -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!"),
});
}