From 6cd76086a7fe64477a845a62eee8db916ba7e8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 4 Jun 2021 08:23:32 +0200 Subject: [PATCH] Improve wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/views/rooms/RoomHeader.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/views/rooms/RoomHeader.js b/src/components/views/rooms/RoomHeader.js index 27eec9c35e..050fceb1ed 100644 --- a/src/components/views/rooms/RoomHeader.js +++ b/src/components/views/rooms/RoomHeader.js @@ -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!"), }); }