From ed4b82f8fc4ed8a2017f4d03998faf4eb570822d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 21 Jun 2018 01:40:16 +0100 Subject: [PATCH] update wording and style it like text (text cursor) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .../views/room_settings/UrlPreviewSettings.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/views/room_settings/UrlPreviewSettings.js b/src/components/views/room_settings/UrlPreviewSettings.js index 749167c0a5..6d3c6317d9 100644 --- a/src/components/views/room_settings/UrlPreviewSettings.js +++ b/src/components/views/room_settings/UrlPreviewSettings.js @@ -88,8 +88,9 @@ module.exports = React.createClass({ } } else { previewsForAccount = ( - _t("URL Previews default to off in End-to-End Encrypted rooms to protect your privacy. " + - "They are requested through your homeserver which could infer links which are otherwise encrypted") + _t("In encrypted rooms, like this one, URL previews are disabled by default to ensure that your " + + "homeserver (where the previews are generated) cannot gather information about links you see in " + + "this room.") ); } @@ -105,8 +106,13 @@ module.exports = React.createClass({ return (

{ _t("URL Previews") }

- - +
+ { _t('When someone puts a URL in their message, a URL preview can be shown to give more ' + + 'information about that link such as the title, description, and an image from the website.') } +
+
+ { previewsForAccount } +
{ previewsForRoom }